Subversion Repositories Kolibri OS

Rev

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

Rev 7126 Rev 7129
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: 7126 $
8
$Revision: 7129 $
9
 
9
 
10
 
10
 
Line 355... Line 355...
355
BOOT_APM_VERSION    equ 0x9044
355
BOOT_APM_VERSION    equ 0x9044
356
BOOT_APM_FLAGS      equ 0x9046
356
BOOT_APM_FLAGS      equ 0x9046
357
BOOT_APM_CODE_32    equ 0x9050
357
BOOT_APM_CODE_32    equ 0x9050
358
BOOT_APM_CODE_16    equ 0x9052
358
BOOT_APM_CODE_16    equ 0x9052
359
BOOT_APM_DATA_16    equ 0x9054
359
BOOT_APM_DATA_16    equ 0x9054
-
 
360
BOOT_DEV            equ 0x9056    ; byte
-
 
361
BOOT_KERNEL_RESTART equ 0x9058    ; word
-
 
362
BOOT_BX_FROM_LOAD   equ 0x905A    ; word
-
 
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
-
 
365
; see loader_doc.txt for details
Line 360... Line 366...
360
 
366
 
361
BOOT_BIOS_HD_CNT     equ 0x907F   ; byte   number of BIOS hard disks
367
BOOT_BIOS_HD_CNT     equ 0x907F   ; byte   number of BIOS hard disks
362
BOOT_BIOS_HD         equ 0x9080   ; Nbytes BIOS hard disks
368
BOOT_BIOS_HD         equ 0x9080   ; Nbytes BIOS hard disks
363
BOOT_MEMMAP_BLOCK_CNT equ 0x9100  ; word   available physical memory map: number of blocks
369
BOOT_MEMMAP_BLOCK_CNT equ 0x9100  ; word   available physical memory map: number of blocks