Thread #2983928
File: image_2026-04-02_120332798.png (79.6 KB)
79.6 KB PNG
i made my own custom Operating system, , it took me a while but atleast i am satisfied with what i did, i present the Think Operating System, Or ThinkOS. its written in bare metal assembly, with some features[as you can see in the picture], it has a bootloader, a terminal with some nifty commands, and more. it can even run DOOM
35 RepliesView Thread
>>
>>
>>
>>
>>
>>2983928
but this is just a carefully cropped screenshot of a windows 11 console application with pretty printing. you may fool the carpenters and machinists here, but I am a programming carpentry machinist and see through this ruse.
>>
File: image_2026-04-02_190612264.png (21.2 KB)
21.2 KB PNG
>>2983963
its a VM lol
>>
>>
>>
>>
>>
>>
>>
File: 1548554644553.jpg (151.9 KB)
151.9 KB JPG
>>2983928
Did you acknowledge Terry A. Davis and TempleOS?
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>2983928
Making my own os is sometthing I've wanted to do as well. But haven't gotten around to it. One of these days I'll do it.
Didya learn anything neat from it?
Can I write third party user applications in it?
What filesystems does it support?
What architecture is x86 or arm?
>It can even run Doom
Post a video anon
>>
>>
>>
>>
>>
>>2984366
1-Memory management, Filesystem, and overall how a computer works
2-yes, it can execute bare metal assembly scripts, although i do need to add C compiler since Coding in C is a bit easier for the user
3-Fat32
4-x86
5- will do
>>
>>
>>
>>