/[pengfork]/pengfork/src/p3/init.c
ViewVC logotype

Diff of /pengfork/src/p3/init.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.5 by chupa, Tue Nov 26 01:22:31 2002 UTC revision 1.6 by chupa, Sun Dec 1 01:19:07 2002 UTC
# Line 41  p3_send_init_packet () Line 41  p3_send_init_packet ()
41    init_data = (p3_init30_t)    init_data = (p3_init30_t)
42    {    {
43      0x03,                       /* plateform = PC */      0x03,                       /* plateform = PC */
44      139,                      /* version is an AOL 3.0 */        139,                      /* version is an AOL 3.0 */
45      109,                      /* subversion */        109,                      /* subversion */
46      0,                        /* unused */        0,                        /* unused */
47      16,                       /* machinmem always 16 */        16,                       /* machinmem always 16 */
48      0,                        /* appmem always 0 */        0,                        /* appmem always 0 */
49      0,                        /* pctype always 0 */        0,                        /* pctype always 0 */
50      5,                        /* release_month alway 5 */        5,                        /* release_month alway 5 */
51      15,                       /* release_day alway 15 */        15,                       /* release_day alway 15 */
52      0,                        /* customer_class always 0 */        0,                        /* customer_class always 0 */
53      htolel(0x4db26e25),       /* timestamp */        htolel (0x4db26e25),      /* timestamp */
54      htoles(0x00c0),           /* dos version :) */        htoles (0x00c0),          /* dos version :) */
55      htoles(0xc014),           /* flags */        htoles (0xc014),          /* flags */
56      8,                        /* video (8=??) */        8,                        /* video (8=??) */
57      5,                        /* processor (5=??) */        5,                        /* processor (5=??) */
58      0,                        /* media ??? */        0,                        /* media ??? */
59      htolel(0x00000a04),       /* windows version :) */        htolel (0x00000a04),      /* windows version :) */
60      1,                        /* windows mode 1=enhanced :) */        1,                        /* windows mode 1=enhanced :) */
61          htoles (1024), htoles (768), htoles (65535),      /* Resolution 1024x768, 16/24 bits */
62      htoles(1024),        0,                        /* filler always 0 */
63      htoles(768),        0,                        /* region */
64      htoles(65535),            /* Resolution 1024x768, 16/24 bits */        LANGUAGE_FRENCH,          /* the language */
65          0x17                      /* connection speed */
     0,                        /* filler always 0 */  
     0,                        /* region */  
     LANGUAGE_FRENCH,          /* the language */  
     0x17                      /* connection speed */  
66    };    };
67    p3_put_packet (TYPE_INIT, (char *) &init_data, sizeof (init_data));    p3_put_packet (TYPE_INIT, (char *) &init_data, sizeof (init_data));
68  }  }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26