Subversion Repositories Kolibri OS

Rev

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

  1.  
  2.  
  3. flm               db 0
  4. preboot_lfb       db 0
  5. preboot_bootlog   db 0
  6.  
  7. align 4
  8. old_ints_h:
  9.     dw      0x400
  10.     dd      0
  11.     dw      0
  12.  
  13. kernel_restart_bootblock:
  14.     db    1    ; version
  15.     dw    1    ; floppy image is in memory
  16.     dd    0    ; cannot save parameters
  17.  
  18. align 4
  19. ; videomodes table
  20. gr_table:
  21.     dw      0x112+0100000000000000b ,  640 ,  480        ; 1
  22.     dw      0x115+0100000000000000b ,  800 ,  600        ; 2
  23.     dw      0x118+0100000000000000b , 1024 ,  768        ; 3
  24.     dw      0x11B+0100000000000000b , 1280 , 1024        ; 4
  25.     dw      0x112 ,  640 , 480                ; 5
  26.     dw      0x115 ,  800 , 600                ; 6
  27.     dw      0x118 , 1024 , 768                ; 7
  28.     dw      0x11B , 1280 ,1024                ; 8
  29.     dw    0x13, 640, 480                    ; 9
  30.     dw    0x12, 640, 480                    ; 0
  31.  
  32. ; table for move to extended memory (int 15h, ah=87h)
  33. align 8
  34. movedesc:
  35.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  36.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  37.  
  38.         db      0xff,0xff,0x0,0xa0,0x00,0x93,0x0,0x0
  39.         db      0xff,0xff,0x0,0x00,0x10,0x93,0x0,0x0
  40.  
  41.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  42.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  43.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  44.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  45.  
  46. fwmovedesc:
  47.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  48.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  49.  
  50.         db      0xff,0xff,0x0,0x00,0x10,0x93,0x0,0x0
  51.         db      0xff,0xff,0x0,0xa0,0x00,0x93,0x0,0x0
  52.  
  53.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  54.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  55.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  56.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  57.  
  58.