readme: Add some basic building instructions

This commit is contained in:
RaphProductions 2025-05-12 13:33:52 +02:00
parent 8fb363f831
commit 8b75d8d5e6

View file

@ -21,3 +21,11 @@ The Soaplin kernel is a new Unix-like operating system kernel.
## Known bugs
* 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!