mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
Allow space for the kernel's real-mode .bss. Previously we weren't
allowing any space for this, which makes it surprising that bzImage loading ever worked.
This commit is contained in:
@@ -117,6 +117,8 @@ struct bzimage_cmdline {
|
||||
/** bzImage command line present magic marker value */
|
||||
#define BZI_CMDLINE_MAGIC 0xa33f
|
||||
|
||||
/** Assumed size of real-mode portion (including .bss) */
|
||||
#define BZI_ASSUMED_RM_SIZE 0x8000
|
||||
|
||||
/** Amount of stack space to provide */
|
||||
#define BZI_STACK_SIZE 0x1000
|
||||
|
||||
Reference in New Issue
Block a user