Hobby operating system for x86_64
Go to file
Bananymous 4c5176f751 BuildSystem: We are now using cmake instead of plain make
I have been annoyed for a while since I had to build everything
when running the os since the buildsystem was really bad.

I wanted to rewrite the whole build system and changed to using cmake

:)
2023-04-02 04:07:27 +03:00
BAN BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
base BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
kernel BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
libc BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
.gitignore BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
CMakeLists.txt BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
README.md Create README.md 2023-03-18 04:05:59 +02:00
bochs.sh BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
image-full.sh BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
image.sh BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00
install-usb.sh Build: install-usb now prints write size correctly in MiB 2023-03-08 02:41:44 +02:00
linecount.sh Kernel: Add linecount.sh script 2023-03-29 03:06:57 +03:00
qemu.sh BuildSystem: We are now using cmake instead of plain make 2023-04-02 04:07:27 +03:00

README.md

banan-os

My hobby operating system. Currently runs on x86 32 and 64 bit cpus.