Commit 07de1eaa9d48a70950af271b68f49fd2970ecfd5

Authored by bellard
1 parent 4f552e3b

increase max kernel size with initrd


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1883 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -32,7 +32,7 @@
32 32 #define LINUX_BOOT_FILENAME "linux_boot.bin"
33 33  
34 34 #define KERNEL_LOAD_ADDR 0x00100000
35   -#define INITRD_LOAD_ADDR 0x00400000
  35 +#define INITRD_LOAD_ADDR 0x00600000
36 36 #define KERNEL_PARAMS_ADDR 0x00090000
37 37 #define KERNEL_CMDLINE_ADDR 0x00099000
38 38  
... ...