Skip to content

Instantly share code, notes, and snippets.

@cengiz-io
Created October 2, 2018 14:01
Show Gist options
  • Save cengiz-io/c1ddabdda62b563916249e0a7874ff85 to your computer and use it in GitHub Desktop.
Save cengiz-io/c1ddabdda62b563916249e0a7874ff85 to your computer and use it in GitHub Desktop.
#!/bin/sh
KERNEL=$HOME/kernel/staging/arch/x86_64/boot/bzImage
ARGS='ignore_loglevel console=ttyS0'
qemu-system-x86_64 -enable-kvm -kernel $KERNEL -append "$ARGS" -nographic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment