[haiku-bugs] Re: [Haiku] #11896: ARM loader: arch_mmu positioning dynamic va start incorrectly.

  • From: "kallisti5" <trac@xxxxxxxxxxxx>
  • Date: Wed, 12 Aug 2015 03:22:18 -0000

#11896: ARM loader: arch_mmu positioning dynamic va start incorrectly.
------------------------------+--------------------------------------------
Reporter: kallisti5 | Owner: pdziepak
Type: bug | Status: new
Priority: normal | Milestone: Unscheduled
Component: System/Boot | Version: R1/Development
Loader | Keywords: ARM MMU pfoetchen mmu_man rpi2
Resolution: | Blocking:
Blocked By: | Platform: arm
Has a Patch: 1 |
------------------------------+--------------------------------------------

Comment (by kallisti5):

great news! ARM on beagle is in really good shape at the moment and can be
emulated!

{{{
git clone //git.linaro.org/qemu/qemu-linaro.git
./configure
make -j8
}}}

Compile haiku arm:
{{{
mkdir generated.beagle; cd generated.beagle
../configure --build-cross-tools arm ../../buildtools --target-board
beagle -j8
jam -q @minimum-mmc
}}}

Then run the emulator:
{{{
arm-softmmu/qemu-system-arm -machine beagle -m 512 -sd generated.beagle
/haiku-beagle.mmc -serial stdio
}}}

You get full access to the KDL prompt over serial (stdio) once started :-)

--
Ticket URL: <https://dev.haiku-os.org/ticket/11896#comment:19>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: