Subversion Repositories Kolibri OS

Rev

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

Rev 8091 Rev 8092
Line 3... Line 3...
3
;; Copyright (C) KolibriOS team 2004-2017. All rights reserved. ;;
3
;; Copyright (C) KolibriOS team 2004-2017. 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: 8091 $
8
$Revision: 8092 $
9
 
9
 
10
 
10
 
Line 719... Line 719...
719
        rd_load_from    db ?    ; Device to load ramdisk from, RD_LOAD_FROM_*
719
        rd_load_from    db ?    ; Device to load ramdisk from, RD_LOAD_FROM_*
720
                        db ?
720
                        db ?
721
        kernel_restart  dw ?
721
        kernel_restart  dw ?
722
        sys_disk        dw ?    ; Device to mount on /sys/, see loader_doc.txt for details
722
        sys_disk        dw ?    ; Device to mount on /sys/, see loader_doc.txt for details
723
        acpi_rsdp       dd ?
723
        acpi_rsdp       dd ?
724
        syspath         rb 0x1f
724
        syspath         rb 0x17
-
 
725
        devicesdat_data dd ?
-
 
726
        devicesdat_size dd ?
725
        bios_hd_cnt     db ?    ; number of BIOS hard disks
727
        bios_hd_cnt     db ?    ; number of BIOS hard disks
726
        bios_hd         rb 0x80 ; BIOS hard disks
728
        bios_hd         rb 0x80 ; BIOS hard disks
727
        memmap_block_cnt dd ?   ; available physical memory map: number of blocks
729
        memmap_block_cnt dd ?   ; available physical memory map: number of blocks
728
        memmap_blocks   e820entry
730
        memmap_blocks   e820entry
729
                        rb sizeof.e820entry * (MAX_MEMMAP_BLOCKS - 1)
731
                        rb sizeof.e820entry * (MAX_MEMMAP_BLOCKS - 1)