mirror of
https://github.com/realmicrosoft/windows.git
synced 2024-08-14 22:46:44 +00:00
page table something idk i'm tired
This commit is contained in:
parent
3bb18ee8f7
commit
1d810657ff
6 changed files with 62 additions and 27 deletions
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ clean:
|
|||
run: $(final) $(iso)
|
||||
@qemu-system-$(arch) -bios $(efi_bios) -cdrom $(iso) \
|
||||
-chardev stdio,id=char0,mux=on,logfile=serial.log,signal=off \
|
||||
-serial chardev:char0 -mon chardev=char0
|
||||
-serial chardev:char0 -mon chardev=char0 -m 512M
|
||||
|
||||
quick_invalidate:
|
||||
@echo "quick invalidation"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue