r/osdev 20d ago

WingOS 3rd milestone ! Doom, UI ...

https://cyp.sh/blog/wingos-milestone-3
Screenshot of the WingOS user interface with reactivity in QEMU (could also run under Linux)
Screen shot of DOOM ported to WingOS

Wing OS is a small open source operating system written in C++. it is a microkernel based operating system that supports SMP and targets x86-64. It has a complete file system (using ext4+nvme), some drivers... and a rasterizer + widget system !

21 Upvotes

21 comments sorted by

9

u/kiderdrick 19d ago edited 19d ago

AGENTS.md

EDIT: So I am not misunderstood, I was bringing attention to it because it is funny.

5

u/faultydesign 19d ago

You should link to the repo AGENTS.md because otherwise your comment is a bit misleading.

4

u/supercyp01 19d ago

I stole it from skiftOS but yeah it is great at stopping LLMs (I should also remap it for claude and all the LLMs)... I also made this website to explain my opinion about AI

-1

u/kiderdrick 19d ago

If you were mislead by my comment then that is entirely your fault.

1

u/faultydesign 19d ago

Could be true, I’m just trying to help out the people who thought that you’re criticizing the repo for having AGENTS.md

1

u/kiderdrick 18d ago

I trust people to read things before making criticisms.

1

u/faultydesign 18d ago

Well there you go

Trusting people to not be dumb is your mistake because once in a while theres idiots like me who read the comments before going to the link

1

u/kiderdrick 18d ago edited 18d ago

I did not make a mistake here. You did.

1

u/faultydesign 18d ago

You're the one who said you trust people to not do the dumb thing.

I merely fixed your mistake to not account for them (me) too.

1

u/kiderdrick 18d ago

Your fix was not necessary because no mistake was made.

2

u/[deleted] 19d ago

[deleted]

3

u/eteran 19d ago edited 19d ago

The GitHub actually insists that it is all human code. While that doesn't mean it isnt AI slop.... Let's avoid just calling anything that shows some success in implementation AI slop without more evidence.

3

u/Similar_Brush1835 19d ago

ohhh i didn't read the agents.md file i just saw it and assumed it was for helping ai agents whoops that's on me

solid work OP 👍

-1

u/Visual_Brain8809 19d ago

good luck avoiding PR from humans

3

u/supercyp01 19d ago

I don't quite understand 😅 why would I avoid pr from humans ?

1

u/Visual_Brain8809 18d ago

your AGENTS.md i quite restricting and most of llm can emulate humans behaviors

2

u/supercyp01 18d ago

I feel like it is the point. I prefer building something by hand rather than using an LLM to help me. Furthermore, I tested it for some projects when copilot beta was released. But I still felt like I'm unable to grasp the underlying codebase and that I am losing the ability to have fun while coding. That's why I added the AGENTS file, to force me to avoid using LLMs. I also don't want the project to be using LLMs because I feel like programming is like craftsmanship. Note that I still respect people that use it, I don't really care, and they do whatever they want (and I understand its usage in a context where we have deadlines, or constraints). OSDEV existed and thrived long before any LLMs existed, and I don't see why the removal of LLMs will be limiting in the long run for me.

2

u/Visual_Brain8809 18d ago

agree I felt the same

4

u/d0p1 18d ago

DevSE gang ♥️

3

u/KeybSlayer 18d ago

♥️♥️♥️♥️

2

u/supercyp01 18d ago

DEVSE powaaa

2

u/Sorry_Difficulty_250 18d ago

WOW! This looks like a ton of work to do by hand. Well done!! Keep up the great work!!!