Created
September 24, 2013 13:16
-
-
Save kaishuu0123/6684551 to your computer and use it in GitHub Desktop.
qemu boot memo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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