]> git.pld-linux.org Git - packages/qemu.git/blob - qemu-initrd_load_addr.patch
- modprobe.d dir is versioned
[packages/qemu.git] / qemu-initrd_load_addr.patch
1 diff -dur -x '*~' qemu-0.7.0.orig/hw/pc.c qemu-0.7.0/hw/pc.c
2 --- qemu-0.7.0.orig/hw/pc.c     2005-04-27 22:52:05.000000000 +0200
3 +++ qemu-0.7.0/hw/pc.c  2005-05-31 14:08:04.000000000 +0200
4 @@ -32,7 +32,7 @@
5  #define LINUX_BOOT_FILENAME "linux_boot.bin"
6  
7  #define KERNEL_LOAD_ADDR     0x00100000
8 -#define INITRD_LOAD_ADDR     0x00400000
9 +#define INITRD_LOAD_ADDR     0x00600000
10  #define KERNEL_PARAMS_ADDR   0x00090000
11  #define KERNEL_CMDLINE_ADDR  0x00099000
12  
This page took 0.070915 seconds and 3 git commands to generate.