mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
blueswirl's sparc32 patches - boots linux.
git-svn-id: svn://coreboot.org/openbios/openbios-devel@35 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -224,7 +224,7 @@ init_mmu_swift(unsigned long base)
|
||||
PUSH(0);
|
||||
fword("encode-int");
|
||||
fword("encode+");
|
||||
PUSH(va2pa((unsigned long)&_data) - 1);
|
||||
PUSH(va2pa((unsigned long)&_data) - PAGE_SIZE);
|
||||
fword("encode-int");
|
||||
fword("encode+");
|
||||
push_str("available");
|
||||
@@ -249,7 +249,7 @@ init_mmu_swift(unsigned long base)
|
||||
PUSH(0);
|
||||
fword("encode-int");
|
||||
fword("encode+");
|
||||
PUSH(va2pa((unsigned long)&_start) - 1);
|
||||
PUSH((unsigned long)&_start - PAGE_SIZE);
|
||||
fword("encode-int");
|
||||
fword("encode+");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user