Skip to content

Fix #260, fix #87: Don't cross-compile when not necessary

postmarketOS Bot requested to merge fix/no-cross-compile-for-x86 into master

Created by: ollieparanoid

Having Qemu is an awesome feature!

This is how I've booted the x86_64 version (feel free to add this to the wiki). It did not find the harddisk though, so it still needs some work.

@MartijnBraam: Please also test if this fixes #87 (closed) for you - it should, because we don't need any cross-compiling from aarch64. I like closing bugs.

qemu-system-x86_64 \
    -kernel vmlinuz-postmarketos \
    -initrd initramfs-postmarketos \
    -m 1024 \
    -append "console=ttyAMA0,38400n8 console=tty1 PMOS_NO_OUTPUT_REDIRECT" \
    qemu-amd64.img

Merge request reports