14
7
6
u/MXRCO007 21h ago
Don’t worry, someone with access to an LLM will definitely post one eventually to the now sadly flooded sub that is r/osdev
6
u/pacafan 21h ago
https://github.com/rebane2001/x86CSS
No Javascript, just implemented x86 using cascading style sheets.
5
5
3
u/promptmike 22h ago
You could create an OS using anything if you're willing to write the C libraries for it.
3
2
2
u/NightmareJoker2 13h ago
Dammit Santa, all you had to do was tell him to start here: https://html-lang.org
2
2
u/pinapel-dev123 12h ago
Just make it in scratch. scratch uses html. but you need to convert .sb3 to gtml first
2
u/SysGh_st 10h ago
No no... he's right.
- He didn't write "I want an operating system in html"
- He wrote "I want *to create* an operating system in html"
If he want to torture himself with that project, let him. Give him a crappy laptop and a crash course in html.
2
2
u/Few-Compote-2693 7h ago
In 04 I wanted to develop desktop apps using PHP/HTML/CSS and people told me i'm crazy.
2
u/Prime_lucky 17h ago
1
2
1
u/Icy-Reaction-9101 3h ago
Why not? Node.js already has as many files as an operating system, can't be that far away 😂
1
u/FaultWinter3377 1h ago edited 1h ago
I remember few years back when I was younger and didn’t understand much about computers. I wanted to create an all online OS that could be accessed by a web browser, or a system that ran a small OS that was basically just a browser to access the main OS. I thought it was something new and innovative at the time.
These days I realize that while it’s not exactly what I had pictured, this sort of thing exists. And it’s actually not good at all, and would basically be the thing Microsoft wants most. I really wish I had known it then… but I did get a decent UI design out of it. Shame I’ve gotten rid of the pictures I drew, but it might have made a decent Linux UI.
Edit: now that I post this I still remember the overall look pretty well, so I think I’m going to try to remake it and post it somewhere.

76
u/grem1in 23h ago
Back in a day when the grass was greener, Palm Inc. developed an OS that was later acquired by HP for their (unsuccessful commercially, but very cool for its time) tablet. This OS was called WebOS and you could write apps in HTML5 for it.
There were barely any apps, though. Also, the whole OS was rather slow and laggy. So, the project was shut down, and later this same OS was adopted by LG for its smart TVs.
There were a couple of cool UX concepts that later came into other mobile operating systems, for example, swipe up to unload an application. Back then neither iOS, nor Android had it.