Subversion Repositories Kolibri OS

Rev

Rev 848 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  2. ;;                                                              ;;
  3. ;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
  4. ;; Distributed under terms of the GNU General Public License    ;;
  5. ;;                                                              ;;
  6. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  7.  
  8. $Revision: 851 $
  9.  
  10.  
  11. flm               db 0
  12. preboot_lfb       db 0
  13. preboot_bootlog   db 0
  14. boot_drive        db 0
  15. _bx_from_load:     dw 'r1'  ; ñòðóêòóðà äëÿ õðàíåíèÿ ïàðàìåòðîâ- îòêóäà ãàøðóçèëèñü, áåðåòñÿ íèæå èç bx ; {SPraid}[13.03.2007]
  16.                            ; a,b,c,d - âèí÷åñòåðû, r - ðàì äèñê
  17.                            ; # äèñêà... ñèìâîë, à íå áàéò. '1', à íå 1
  18.  
  19. align 4
  20. old_ints_h:
  21.     dw      0x400
  22.     dd      0
  23.     dw      0
  24.  
  25. kernel_restart_bootblock:
  26.     db    1    ; version
  27.     dw    1    ; floppy image is in memory
  28.     dd    0    ; cannot save parameters
  29.  
  30. ; table for move to extended memory (int 15h, ah=87h)
  31. align 8
  32.  
  33. fwmovedesc:
  34.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  35.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  36.  
  37.         db      0xff,0xff,0x0,0x00,0x10,0x93,0x0,0x0
  38.         db      0xff,0xff,0x0,0xa0,0x00,0x93,0x0,0x0
  39.  
  40.         db      0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
  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.  
  45.