Subversion Repositories Kolibri OS

Rev

Rev 509 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

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