#16363 closed bug (invalid)
[ARM] hrev54396 where is a kernel file?
Reported by: | pragmavalue | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | - General | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Hi,
As Topic!
Change History (4)
comment:1 by , 4 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 4 years ago
Tell me how to test a port without kernel? With Qemu-Arm, look at the Emulating ARM Image in https://www.haiku-os.org/guides/building/compiling-arm
comment:3 by , 4 years ago
Your question is not clear. "as in title" does not work. Do you want to download a prebuilt kernel from us? then the answer is, it's not available. Do you want to build a kernel yourself? In that case, it is where you expect it in generated/objects, and you could use the "find" command to locate it (./haiku/x86_64/release/system/kernel/kernel_x86_64 for x86_64 and I would guess ./haiku/arm/release/system/kernel/kernel_arm) for ARM.
In either case this does not deserve a bugreport because there is no bug. If you need help, ask on the forum, mailing list or IRC channel.
Finally, note that the kernel on its own is unusable: our boot system relies on the bootloader to do a lot of the setup work so the kernel can start in a known environment. Which is why the instructions show you how to start the bootloader (not the kernel) in qemu. And with the bootloader being converted to EFI as we speak, these instructions will need some changes. We will update them when we have the EFI loader reasonably up and running and the patches merged.
The ARM port is not anywhere near complete, so we are not really providing binaries yet.