README.md (327B)
1 # sos 2 Code for my operating system development (restarted since I forgot too much :) 3 4 ## Requirements 5 You need to install bochs into your home directory under `~/opt/bochs`, 6 so that its binary is accessible under `~/opt/bochs/bin/bochs`. 7 8 For compiling the ASM files, you'll need `nasm`. 9 10 ## Compiling 11 To compile, call `make`.