| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| linux.config | H A D | 05-Jun-2025 | 1.4 KiB | 73 | 72 | |
| readme.txt | H A D | 05-Jun-2025 | 420 | 6 | 3 |
readme.txt
1Run the emulation with: 2 3 qemu-system-aarch64 -M virt -cpu cortex-a53 -nographic -smp 1 -kernel output/images/Image -append "rootwait root=/dev/vda console=ttyAMA0" -netdev user,id=eth0 -device virtio-net-device,netdev=eth0 -drive file=output/images/rootfs.ext4,if=none,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 # qemu_aarch64_virt_defconfig 4 5The login prompt will appear in the terminal that started Qemu. 6