Subversion Repositories Kolibri OS

Rev

Rev 7129 | Rev 7132 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7129 Rev 7130
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2015. All rights reserved. ;;
4
;; Distributed under terms of the GNU General Public License    ;;
4
;; Distributed under terms of the GNU General Public License    ;;
5
;;                                                              ;;
5
;;                                                              ;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
6
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Line 7... Line 7...
7
 
7
 
Line 8... Line 8...
8
$Revision: 7129 $
8
$Revision: 7130 $
9
 
9
 
10
 
10
 
Line 361... Line 361...
361
BOOT_KERNEL_RESTART equ 0x9058    ; word
361
BOOT_KERNEL_RESTART equ 0x9058    ; word
362
BOOT_BX_FROM_LOAD   equ 0x905A    ; word
362
BOOT_BX_FROM_LOAD   equ 0x905A    ; word
363
; low byte: a,b,c,d -- hdX, r -- rdX
363
; low byte: a,b,c,d -- hdX, r -- rdX
364
; high byte: symbol 'X' as in the line above, e.g. '1', not 1
364
; high byte: symbol 'X' as in the line above, e.g. '1', not 1
365
; see loader_doc.txt for details
365
; see loader_doc.txt for details
-
 
366
BOOT_ACPI_RSDP      equ 0x905C    ; dword
Line 366... Line 367...
366
 
367
 
367
BOOT_BIOS_HD_CNT     equ 0x907F   ; byte   number of BIOS hard disks
368
BOOT_BIOS_HD_CNT     equ 0x907F   ; byte   number of BIOS hard disks
368
BOOT_BIOS_HD         equ 0x9080   ; Nbytes BIOS hard disks
369
BOOT_BIOS_HD         equ 0x9080   ; Nbytes BIOS hard disks
369
BOOT_MEMMAP_BLOCK_CNT equ 0x9100  ; word   available physical memory map: number of blocks
370
BOOT_MEMMAP_BLOCK_CNT equ 0x9100  ; word   available physical memory map: number of blocks