diff --git a/README.md b/README.md index 73f84a3..94c4a72 100755 --- a/README.md +++ b/README.md @@ -20,4 +20,12 @@ The Soaplin kernel is a new Unix-like operating system kernel. * Video driver for Bochs graphics adapter, and the VMware display adapter. ## Known bugs -* If a user process calls the syscall handler by using interrupts, the system may crash due to a Page Fault. \ No newline at end of file +* If a user process calls the syscall handler by using interrupts, the system may crash due to a Page Fault. + +## Building +To build Soaplin, you must ensure you have these: +* The Netwide Assembler (nasm) +* A compiler (In the future, a custom toolchain would be built.) +* A linker + +Clone the repo, and run "make" in it! \ No newline at end of file