DripOS
Posted: Thu Sep 10, 2020 1:03 pm
I am working on a project called DripOS. It is currently extremely boring and basic, with only bare support for things. I have userspace programs running and other coolish features I guess. I have been working on this project since 2018 and I started with no prior knowledge of C. After 1 rewrite, I now have enough support to run basic userspace programs. I am designing my own Userspace -> Kernel interface and I plan on writing most software myself (even though it will take a stupidly long amount of time). I will however port things like GCC, since writing a C compiler is a lot of work and I'm too lazy to put that much work into one thing, I prefer smaller amounts of work in lots of subprojects.
Features:
SMP
Userspace
ELF loading
SATA disk support
FIlesystem read and write support
IPC (using my own interface)
Basic window manager that does almost nothing
Userspace ability to read keyboard scancodes
(Note: most of these features are extremely minimal and basic and are not enough to do advanced things with)
Features:
SMP
Userspace
ELF loading
SATA disk support
FIlesystem read and write support
IPC (using my own interface)
Basic window manager that does almost nothing
Userspace ability to read keyboard scancodes
(Note: most of these features are extremely minimal and basic and are not enough to do advanced things with)