mirror of
https://github.com/vivier/EMILE.git
synced 2025-03-13 05:33:53 +00:00
RAM disk address must be physical address
This commit is contained in:
parent
1bba5ad918
commit
2d74aaa6c0
@ -379,7 +379,7 @@ void bootinfo_init()
|
||||
|
||||
boot_info.ramdisk_size = (unsigned long)&_ramdisk_end -
|
||||
(unsigned long)&_ramdisk_start;
|
||||
boot_info.ramdisk_addr = (unsigned long)&_ramdisk_start;
|
||||
logical2physical((unsigned long)&_ramdisk_start, &boot_info.ramdisk_addr);
|
||||
|
||||
/* command line */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user