Skip to content

Instantly share code, notes, and snippets.

@kaishuu0123
Created September 24, 2013 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaishuu0123/6684551 to your computer and use it in GitHub Desktop.
Save kaishuu0123/6684551 to your computer and use it in GitHub Desktop.
qemu boot memo
$ make allnoconfig
$ make menuconfig
enable 8250 serial driver
enable ELF format
enable initrd
$ make
$ qemu -nographic -kernel ~/work/linux-3.11/arch/x86/boot/bzImage -initrd ~/work/helloworld.initramfs -append "initcall_debug console=ttyS0 earlyprintk=serial,keep debug"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment