Small update to the elf bootloader.
To keep confusion to a minimum refer to ELF segments as segments and not sections. Ignore segments with types other than PT_LOAD (just in case...)
This commit is contained in:
parent
0f7f76fb40
commit
7dc4c05383
2 changed files with 10 additions and 5 deletions
|
|
@ -397,6 +397,6 @@ extern int elfboot(struct stream *stream, struct lb_memory *mem);
|
|||
|
||||
#define FIRMWARE_TYPE "LinuxBIOS"
|
||||
#define BOOTLOADER "elfboot"
|
||||
#define BOOTLOADER_VERSION "1.0"
|
||||
#define BOOTLOADER_VERSION "1.1"
|
||||
|
||||
#endif /* elf.h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue