Subversion Repositories Kolibri OS

Rev

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

Rev 6929 Rev 7121
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: 6929 $
8
$Revision: 7121 $
9
 
9
 
10
 
10
 
Line 317... Line 317...
317
BOOT_LAUNCHER_START equ 0x901D    ;byte  (0 or 1) start the first app (right now it's LAUNCHER) after kernel is loaded?
317
BOOT_LAUNCHER_START equ 0x901D    ;byte  (0 or 1) start the first app (right now it's LAUNCHER) after kernel is loaded?
318
;BOOT_DIRECT_LFB     equ 0x901E    ;byte   0 or 1 : enable direct lfb write, paging disabled
318
;BOOT_DIRECT_LFB     equ 0x901E    ;byte   0 or 1 : enable direct lfb write, paging disabled
319
BOOT_DEBUG_PRINT    equ 0x901E    ;byte   If nonzero, duplicates debug output to the screen.
319
BOOT_DEBUG_PRINT    equ 0x901E    ;byte   If nonzero, duplicates debug output to the screen.
320
BOOT_DMA            equ 0x901F    ;
320
BOOT_DMA            equ 0x901F    ;
321
BOOT_PCI_DATA       equ 0x9020    ;8bytes pci data
321
BOOT_PCI_DATA       equ 0x9020    ;8bytes pci data
322
BOOT_VRR            equ 0x9030    ;byte   VRR start enabled 1, 2-no
322
BOOT_SHUTDOWN_TYPE  equ 0x9030    ;byte   shutdown type (see sysfn 18.9)
323
;BOOT_IDE_BASE_ADDR  equ 0x9031   ;word   IDEContrRegsBaseAddr ; now free and is not used
323
;BOOT_IDE_BASE_ADDR  equ 0x9031   ;word   IDEContrRegsBaseAddr ; now free and is not used
324
BOOT_MEM_AMOUNT     equ 0x9034    ;dword  memory amount
324
BOOT_MEM_AMOUNT     equ 0x9034    ;dword  memory amount
Line 325... Line 325...
325
 
325
 
326
BOOT_APM_ENTRY      equ 0x9040
326
BOOT_APM_ENTRY      equ 0x9040
Line 683... Line 683...
683
        vesa_mem        dd ?
683
        vesa_mem        dd ?
684
        log             dd ?
684
        log             dd ?
685
        direct_lfb      dd ?
685
        direct_lfb      dd ?
686
        pci_data        dd ?
686
        pci_data        dd ?
687
                        dd ?
687
                        dd ?
688
        vrr             dd ?
-
 
689
        ide_base        dd ?
688
        ide_base        dd ?
690
        mem_amount      dd ?
689
        mem_amount      dd ?
691
        pages_count     dd ?
690
        pages_count     dd ?
692
        pagemap_size    dd ?
691
        pagemap_size    dd ?
693
        kernel_max      dd ?
692
        kernel_max      dd ?