Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
388 serge 1
 
2
preboot_bootlog   db 0
3
4
 
5
    dw      0x400
6
    dd      0
7
    dw      0
8
9
 
10
    db    1    ; version
11
    dw    1    ; floppy image is in memory
12
    dd    0    ; cannot save parameters
13
14
 
15
; videomodes table
16
gr_table:
17
    dw      0x112+0100000000000000b ,  640 ,  480        ; 1
18
    dw      0x115+0100000000000000b ,  800 ,  600        ; 2
19
    dw      0x118+0100000000000000b , 1024 ,  768        ; 3
20
    dw      0x11B+0100000000000000b , 1280 , 1024        ; 4
21
    dw      0x112 ,  640 , 480                ; 5
22
    dw      0x115 ,  800 , 600                ; 6
23
    dw      0x118 , 1024 , 768                ; 7
24
    dw      0x11B , 1280 ,1024                ; 8
25
    dw    0x13, 640, 480                    ; 9
26
    dw    0x12, 640, 480                    ; 0
27
28
 
29
align 8
30
movedesc:
31
        db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
32
        db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
33
34
 
35
        db      0xff,0xff,0x0,0x00,0x10,0x93,0x0,0x0
36
37
 
38
        db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
39
        db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
40
        db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
41