Added an ID field that connects the real kernel image with the preloaded image structure.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7530 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-05-11 23:41:34 +00:00
parent d81a053b90
commit 6e062dd1b5

View File

@ -17,6 +17,9 @@ struct preloaded_image {
elf_region data_region;
addr_range dynamic_section;
struct Elf32_Ehdr elf_header;
image_id id;
// the ID field will be filled out in the kernel
};
#endif /* KERNEL_BOOT_ELF_H */