readme: Add some basic building instructions
This commit is contained in:
parent
8fb363f831
commit
8b75d8d5e6
1 changed files with 9 additions and 1 deletions
10
README.md
10
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.
|
||||
* 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!
|
Loading…
Add table
Add a link
Reference in a new issue