readme: Add some basic building instructions
This commit is contained in:
parent
8fb363f831
commit
8b75d8d5e6
1 changed files with 9 additions and 1 deletions
|
@ -21,3 +21,11 @@ The Soaplin kernel is a new Unix-like operating system kernel.
|
||||||
|
|
||||||
## Known bugs
|
## 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