我们能不能控制 Linux Kernel 加载的 “第一个状态机”?
挑战 ChatGPT:
我们的真正壁垒
熟悉的 QEMU,稍稍有些不熟悉的命令行选项
run:
# Run QEMU with the installed kernel and generated initramfs
qemu-system-x86_64 \
-serial mon:stdio \
-kernel build/vmlinuz \
-initrd build/initramfs.cpio.gz \
-machine accel=kvm:tcg \
-append "console=ttyS0 quiet rdinit=$(INIT)"