Native arm64 Linux kernel build on QEMU

2025-03-14 Thread Peanut Password
Hello, apologies if this isn't the right venue; this is a beginner's question (just for play/learning). On native x86 machines, I can build the Linux kernel, take the `bzImage` output file, and plug it straight into QEMU with `qemu-system-x86_64 -kernel path/to/bzImage`. The readout will be a kern

Re: Native arm64 Linux kernel build on QEMU

2025-03-15 Thread Peanut Password
[Resolved](https://www.linuxquestions.org/questions/linux-newbie-8/minimal-distro-on-qemu-with-arm64-4175748607/). On Fri, Mar 14, 2025 at 5:53 PM Peanut Password wrote: > > Hello, apologies if this isn't the right venue; this is a beginner's > question (just for play/learn