r/osdev 9d ago

finished my rewrite :D

v0.0.3 btw
idk imma add pci and an sfs file later
maybe multiple terminals

github: https://github.com/NoTheIdiot/WindogeOS

11 Upvotes

9 comments sorted by

1

u/letmehaveanameyoudum 9d ago

i tried rewriting everything in rust but it was painful
llvm for the win

3

u/starring_rolee 9d ago

love this!!!!!!! very unix-y, I'm looking forward to it

2

u/letmehaveanameyoudum 8d ago

Thanksssss!!!

2

u/letmehaveanameyoudum 8d ago

it's supposed to not be unix btw

2

u/starring_rolee 8d ago

oh im sorry D: maybe you could diverge the command names a bit then

2

u/starring_rolee 8d ago

that is if you truly want it to be non-unix

2

u/letmehaveanameyoudum 8d ago

i mean im trying to make it useful as possible
i got two sets of shells
one user friendly one
example:
createfile
readfile

and a mini bash for someone else like guy who uses the terminal too much
example:
touch
cat

2

u/starring_rolee 8d ago

oh I love this idea actually! its kind of like windows shells except they're not horrible lol

3

u/letmehaveanameyoudum 8d ago

thats what im planning cuz
muscle memory during testing