forked from KolibriOS/kolibrios
524ca9c4c7
git-svn-id: svn://kolibrios.org@750 a494cfbc-eb01-0410-851d-a64ba20cac60
56 lines
1.9 KiB
PHP
56 lines
1.9 KiB
PHP
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
;; ;;
|
|
;; Copyright (C) KolibriOS team 2004-2007. All rights reserved. ;;
|
|
;; Distributed under terms of the GNU General Public License ;;
|
|
;; ;;
|
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
|
|
$Revision$
|
|
|
|
|
|
flm db 0
|
|
preboot_lfb db 0
|
|
preboot_bootlog db 0
|
|
boot_drive db 0
|
|
bx_from_load: dw 'r1' ; ñòðóêòóðà äëÿ õðàíåíèÿ ïàðàìåòðîâ- îòêóäà ãàøðóçèëèñü, áåðåòñÿ íèæå èç bx ; {SPraid}[13.03.2007]
|
|
; a,b,c,d - âèí÷åñòåðû, r - ðàì äèñê
|
|
; # äèñêà... ñèìâîë, à íå áàéò. '1', à íå 1
|
|
|
|
align 4
|
|
old_ints_h:
|
|
dw 0x400
|
|
dd 0
|
|
dw 0
|
|
|
|
kernel_restart_bootblock:
|
|
db 1 ; version
|
|
dw 1 ; floppy image is in memory
|
|
dd 0 ; cannot save parameters
|
|
|
|
; table for move to extended memory (int 15h, ah=87h)
|
|
align 8
|
|
movedesc:
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
|
|
db 0xff,0xff,0x0,0xa0,0x00,0x93,0x0,0x0
|
|
db 0xff,0xff,0x0,0x00,0x10,0x93,0x0,0x0
|
|
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
|
|
fwmovedesc:
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
|
|
db 0xff,0xff,0x0,0x00,0x10,0x93,0x0,0x0
|
|
db 0xff,0xff,0x0,0xa0,0x00,0x93,0x0,0x0
|
|
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
db 0x00,0x00,0x0,0x00,0x00,0x00,0x0,0x0
|
|
|