Add extended_primary_loader to autobuild.
* Build fat1x, fat32, cdfs, after_win loaders. * Set use_lba=1 by default in fat32 loader. * Build kolibri.raw: flash / hdd image. * Add example config.ini file. * Add an option (config file and screen) to not load ramdisk image. * Add an option (config file only) to set /sys path. Now you can boot without a ramdisk from a storage that is supported by the kernel itself, i.e. without loadable drivers. Thus you can not load the system without a ramdisk from SATA/AHCI and USB drives. git-svn-id: svn://kolibrios.org@8091 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -683,11 +683,11 @@ struct e820entry
|
||||
type dd ?
|
||||
ends
|
||||
|
||||
RD_LOAD_FROM_FLOPPY = 0
|
||||
RD_LOAD_FROM_HD = 1
|
||||
RD_LOAD_FROM_MEMORY = 2
|
||||
RD_LOAD_FROM_FORMAT = 3
|
||||
RD_LOAD_FROM_NONE = 4
|
||||
RD_LOAD_FROM_FLOPPY = 1
|
||||
RD_LOAD_FROM_HD = 2
|
||||
RD_LOAD_FROM_MEMORY = 3
|
||||
RD_LOAD_FROM_FORMAT = 4
|
||||
RD_LOAD_FROM_NONE = 5
|
||||
|
||||
struct boot_data
|
||||
bpp db ? ; bits per pixel
|
||||
@@ -721,7 +721,7 @@ struct boot_data
|
||||
kernel_restart dw ?
|
||||
sys_disk dw ? ; Device to mount on /sys/, see loader_doc.txt for details
|
||||
acpi_rsdp dd ?
|
||||
rb 0x1f
|
||||
syspath rb 0x1f
|
||||
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