33

My friend just introduced me to devrant today, and then we decided we're going to write an OS together...

Comments
  • 5
    Keep us updated. That is ambitious!
  • 5
    That's how linux started :)
  • 2
    @HaehnleinMar maybe they make an distro based on arch that works as well as ubuntu so it will be the next best server os.
  • 1
    Ambitious, good luck. What are you writing it in?
  • 3
    @philcr
    We're thinking C. Going full masochist here
  • 1
    Open a empty github repo and share it here. So we can stay updated.
  • 2
    @musikman95 try using C++, it offers the benefits of low level access and can be used to abstract away behaviour for high level APIs . also you would need a bit of Assembler for bootstrapping the OS.anyway good luck !
  • 2
    There was an OS written in c# it's still around but not very mainstream, might have some useful stuff/examples

    https://cosmos.codeplex.com

    I take no responsibility and have no affiliation to the project. 😀
  • 0
    Woah. Good luck
  • 0
    @musikman95 You two mean to do it? Alone? Well... I guess it will take around 10 years :D

    Seriously, get a team if you are going to do that. OS is not a small thing to develop. :)
Add Comment