31

*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

Comments
  • 14
    What language were you thinking you would write it in? Lol.
  • 3
    @BigBoo dotnet??
    lol
  • 14
    @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.
  • 7
    whoa, majority of OS is written in C and Assembly. so try to learn that first hahaha
  • 4
    @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.
  • 2
    @CozyPlanes look at the Cosmos kernel, it's not 'true' os development but it's pretty damn good for what it is
  • 0
    @lxmcf
    @BigBoo

    Well I shall make a software side distribution and strip down some stuff from the AOSP
  • 1
    You 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.
  • 1
    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
  • 2
    @BigBoo PHP. 😂

    (If anyone reads this and thinks on doing it.. DON'T.)
  • 1
    You know there are .NET OS’s right? Microsoft has been toying around with one internally for ages.
  • 2
    Hmm. An OS?? We have a JavaScript framework for that https://demo.os-js.org/
  • 3
    @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
  • 0
  • 1
  • 1
    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 😁
  • 3
    Writing your own OS without knowing C 😂 or memory management or paging or threading or low level or hardware interface or bios integration or ... ... ... 😂😂😂😂😂😂
Add Comment