Skip to content

Commit

Permalink
Simplify example
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Oct 25, 2019
1 parent 6b49f8f commit 4c4d827
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions param.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
#define NCPU 8 // maximum number of CPUs
#define NSOCKET 2
#define PERFSIZE (16<<20ull)
#define MEMIDE 0
#define AHCIIDE 1
#define MEMIDE 1
#define AHCIIDE 0
#elif defined(HW_mtrace)
#define DEBUG 0
#define NCPU 16 // maximum number of CPUs
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
qemu-system-x86_64 -kernel o.qemu/kernel.elf -cpu qemu64,+fsgsbase -serial mon:stdio -nographic -device sga -device ahci,id=ahci0 -drive if=none,file=o.qemu/fs.img,format=raw,id=drive-sata0-0-0 -device ide-drive,bus=ahci0.0,drive=drive-sata0-0-0,id=sata0-0-0 -enable-kvm
qemu-system-x86_64 -nographic -enable-kvm -cpu qemu64,+fsgsbase -kernel o.qemu/kernel.elf

0 comments on commit 4c4d827

Please sign in to comment.