Let qemu create a VGA console

This commit is contained in:
Pierre Pronchery 2018-03-22 00:36:23 +01:00
parent 1ff7ed8a50
commit 638a448eb3

View File

@ -38,5 +38,5 @@ Testing uKernel
To test uKernel:
```
$ qemu-system-i386 -nographic -kernel src/uKernel.bin
$ qemu-system-i386 -kernel src/uKernel.bin
```