Raindrop OS is a long-mode operating system whose development began on June 8, 2025. This OS has no plans to become accessible to the general public, but is just being developed by me, in order to learn how kernels and operating systems work.
Dependencies:
qemu-system-x86_64
git
To build, you should do:
git clone https://github.com/CoolLasagna12/raindropOS
cd raindropOS
make
qemu-system-x86_64 raindropOS.iso
This projet is using different components, like :
- nanoprintf – Copyright (C) Charles Nicholson 2019: Unlicense / 0BSD
- flanterm – Copyright (C) mintsuki 2022-2025: Licence BSD 2-Clause
- limine – Copyright (C) mintsuki 2019-2025: Licence BSD 2-Clause