Jarkko Toivanen
e21e42d318
If I'm gonna port a C compiler I might as well use and port NASM as it is more widely used anyway
9 lines
290 B
Markdown
9 lines
290 B
Markdown
# KoalemOS
|
|
Multiboot compatible stupid useless OS-like project.
|
|
## Compatibility
|
|
32bit x86 legacy BIOS system
|
|
## Building
|
|
NASM and TinyCCompiler are used.
|
|
TCC might need manual compilation for 32bit crosscompilation
|
|
on 64bit systems.
|
|
Just download the source and `make cross` or something.
|