Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.  
  2. preboot_lfb       db 0
  3. preboot_bootlog   db 0
  4.  
  5. old_ints_h:
  6.     dw      0x400
  7.     dd      0
  8.     dw      0
  9.  
  10. kernel_restart_bootblock:
  11.     db    1    ; version
  12.     dw    1    ; floppy image is in memory
  13.     dd    0    ; cannot save parameters
  14.  
  15. align 4
  16. ; videomodes table
  17. gr_table:
  18.     dw      0x112+0100000000000000b ,  640 ,  480        ; 1
  19.     dw      0x115+0100000000000000b ,  800 ,  600        ; 2
  20.     dw      0x118+0100000000000000b , 1024 ,  768        ; 3
  21.     dw      0x11B+0100000000000000b , 1280 , 1024        ; 4
  22.     dw      0x112 ,  640 , 480                ; 5
  23.     dw      0x115 ,  800 , 600                ; 6
  24.     dw      0x118 , 1024 , 768                ; 7
  25.     dw      0x11B , 1280 ,1024                ; 8
  26.     dw    0x13, 640, 480                    ; 9
  27.     dw    0x12, 640, 480                    ; 0
  28.  
  29. ; table for move to extended memory (int 15h, ah=87h)
  30. align 8
  31. movedesc:
  32.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  33.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  34.  
  35.         db      0xff,0xff,0x0,0xa0,0x00,0x93,0x0,0x0
  36.         db      0xff,0xff,0x0,0x00,0x10,0x93,0x0,0x0
  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.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  42.