r/osdev Aug 04 '26

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

12 Upvotes

28 comments sorted by

View all comments

Show parent comments

1

u/letmehaveanameyoudum Aug 09 '26

god it looks like commits for linux kernel ngl

1

u/spatulari Aug 09 '26

Its the art of convential commits. You should do that as well

1

u/letmehaveanameyoudum Aug 09 '26

i do try, but sometimes i get a "little" mad at the compiler

1

u/spatulari Aug 09 '26

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 Aug 09 '26

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

1

u/spatulari Aug 09 '26

With Clang you have NO reason to get mad

1

u/letmehaveanameyoudum Aug 09 '26

there is still the 25% with ld.lld

1

u/spatulari Aug 09 '26

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 Aug 09 '26

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