Archived in favor of: Gabko890/CaladanOS-zig
CaladanOS is simple os written in C;
Currently supporting: simple memory management (map, kmalloc...); runtime ramfs from cpio archive; simple shell (part of kernel) to interact with ramfs;
git clone https://github.com/Gabko890/CaladanOS.gitcd CaladanOS
makeIf you have qemu installed (on linux), after compiling just run:
make qemuOr you can use any Virtual machine (BIOS boot), ISO is available in build/CaladnOS.iso
