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:
Eric W. Biederman 2002-01-16 17:35:46 +00:00
commit 7dc4c05383
2 changed files with 10 additions and 5 deletions

View file

@ -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 */