Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco123 authored Jun 17, 2019
1 parent 364c0b2 commit 26c500a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ A i686-elf cross compiler is also required, see [Osdev wiki](https://wiki.osdev.
- ```make clean``` To remove all the compiled files
- ```make qemu``` Build the CactusOS.iso file if necessary and then run the kernel using qemu

## Bochs
By default the os does not have graphics when running on bochs, to bypass this set the value BOCHS_GFX_HACK to 1 in kernel/include/system/system.h.

# Screenshots
<img src="images/Screenshot Bootscreen.png" alt="Bootscreen" width="700">
<img src="images/Screenshot Debugging.png" alt="Debugging with vscode debugger" width="700">

0 comments on commit 26c500a

Please sign in to comment.