forked from KolibriOS/kolibrios
uefi4kos: Read config and kernel files from the disk.
* Now there is a config file with boot options, example included. * Config, kernel and ramdisk are loaded from the disk, not compiled in. * DEVICES.DAT file is also optionally loaded from the disk. * Also, move the loader to /kernel/trunk/bootloader/uefi4kos. git-svn-id: svn://kolibrios.org@8092 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -721,7 +721,9 @@ struct boot_data
|
||||
kernel_restart dw ?
|
||||
sys_disk dw ? ; Device to mount on /sys/, see loader_doc.txt for details
|
||||
acpi_rsdp dd ?
|
||||
syspath rb 0x1f
|
||||
syspath rb 0x17
|
||||
devicesdat_data dd ?
|
||||
devicesdat_size dd ?
|
||||
bios_hd_cnt db ? ; number of BIOS hard disks
|
||||
bios_hd rb 0x80 ; BIOS hard disks
|
||||
memmap_block_cnt dd ? ; available physical memory map: number of blocks
|
||||
|
Reference in New Issue
Block a user