kernel/README.md

10 lines
290 B
Markdown
Raw Normal View History

2023-06-12 11:46:47 +03:00
# KoalemOS
Multiboot compatible stupid useless OS-like project.
## Compatibility
32bit x86 legacy BIOS system
## Building
FASM and TinyCCompiler are used.
TCC might need manual compilation for 32bit crosscompilation
on 64bit systems.
Just download the source and `make cross` or something.