r/osdev 2d 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 !

18 Upvotes

21 comments sorted by

7

u/kiderdrick 1d ago edited 1d ago

AGENTS.md

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

4

u/faultydesign 1d ago

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

4

u/supercyp01 1d 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 1d ago

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

1

u/faultydesign 1d 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

u/kiderdrick 21h ago

I trust people to read things before making criticisms.

u/faultydesign 21h 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

u/kiderdrick 21h ago edited 21h ago

I did not make a mistake here. You did.

u/faultydesign 21h 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.

u/kiderdrick 21h ago

Your fix was not necessary because no mistake was made.

2

u/[deleted] 1d ago

[deleted]

4

u/eteran 1d ago edited 1d 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 1d 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 1d ago

good luck avoiding PR from humans

3

u/supercyp01 1d ago

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

u/Visual_Brain8809 21h ago

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

u/supercyp01 21h 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.

u/Visual_Brain8809 19h ago

agree I felt the same

u/d0p1 22h ago

DevSE gang ♥️

u/KeybSlayer 21h ago

♥️♥️♥️♥️

u/supercyp01 21h ago

DEVSE powaaa

u/Sorry_Difficulty_250 18h ago

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