mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
increase max kernel size with initrd
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1883 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
4f552e3b9a
commit
07de1eaa9d
1 changed files with 1 additions and 1 deletions
2
hw/pc.c
2
hw/pc.c
|
@ -32,7 +32,7 @@
|
|||
#define LINUX_BOOT_FILENAME "linux_boot.bin"
|
||||
|
||||
#define KERNEL_LOAD_ADDR 0x00100000
|
||||
#define INITRD_LOAD_ADDR 0x00400000
|
||||
#define INITRD_LOAD_ADDR 0x00600000
|
||||
#define KERNEL_PARAMS_ADDR 0x00090000
|
||||
#define KERNEL_CMDLINE_ADDR 0x00099000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue