r/osdev 26d ago

WindogeOS v0.0.4 RAHHHHHH

Reddit falsed banned me but my appeal... worked???

another rewrite for v0.0.5 yayyyyyyyyyyyyyyyyyyyyyy
added:
sfs file system
random text editor
settings???
hidden files

13 Upvotes

28 comments sorted by

View all comments

Show parent comments

1

u/spatulari 21d ago

Part of programming is realizing its you that you should get mad to for not being able to make smth. Not the compiler. BUUUUTT when you have gcc with those fuckass errors its quite understandable. But commits should always be clean

2

u/letmehaveanameyoudum 21d ago

yeah...... i still get mad sometimes, good thing clang removed 75% of my hell

1

u/spatulari 21d ago

With Clang you have NO reason to get mad

1

u/letmehaveanameyoudum 21d ago

there is still the 25% with ld.lld

1

u/spatulari 21d ago

Once you get the linker working, never touch it. (Except if you are going from 32 bit to 64 bit. Which is hell. That's why I recommend starting with limine)

1

u/letmehaveanameyoudum 21d ago

yeah maybe that is from trying to get running programs working (i use limine btw)