Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
BigBoo23206y@CozyPlanes Hate to break it to you. But it's basically C + ASM or the highway.
Or be the first one to succeed in writing a complete OOP designed OS! 😀
One can have dreams atleast. -
wowotek58276ywhoa, majority of OS is written in C and Assembly. so try to learn that first hahaha
-
BigBoo23206y@CozyPlanes Just thought if something else.
If you want to do OS stuff and write in any language. You could do a simulation of some part of the system.
E.g. you could make a terminal interpretor and a filesystem. That can teach you a lot about trying different types of segmenting of the data. -
lxmcf204106y@CozyPlanes look at the Cosmos kernel, it's not 'true' os development but it's pretty damn good for what it is
-
julkali20826yYou might wanna take a look at this:
https://en.m.wikipedia.org/wiki/...
It's written in Sing# but that's just a C# extension. -
Not sure if this is the same, but if someone can write an OS in JavaScript, .net shouldn’t be too hard
www.node-os.com -
Brolls31556yYou know there are .NET OS’s right? Microsoft has been toying around with one internally for ages.
-
Condor324966y@BigBoo Well, considering that Node.js became a thing on the back-end already, these days one can really grow up to become anything!
…
Wait, I recall.. someone even wrote an entire fucking OS in JavaScript! Apparently there's NodeOS.. but I think that the one I recalled but can't remember the name of was a different one.. still, those JavaScript devs are making everything in that crappy abomination of a language, lol! So writing an OS in .NET, no problem! :v -
How about looking into some microkernels like IncludeOS? You get a lot of the shit you don't want to deal with for free. I guess it would also provide a good viewpoint into what can be done with creative compiling 😁
-
Root825576yWriting your own OS without knowing C 😂 or memory management or paging or threading or low level or hardware interface or bios integration or ... ... ... 😂😂😂😂😂😂
Related Rants
*decides to make a new os*
*remembers aosp*
*goes to their website*
*searches for sources*
*downloads*
*c/c++ based*
........
I ain't know a single stuff in C/C++ except that printing a string in C is printf and cout something in C++
AHHHHHHHH
rant
c
language
sucks
life
android
barrier