Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome to Code Forum!
Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.
It looks like everyone does x86-x64, so I may make an OS for mobile but I am having trouble finding resources how to do it. Sure I could learn from Android-OSP or open source Linux mobile but I don't want another Android ROM or Linux. I tried developer.arm.com, UEL is ARM assembly. Just unsure...
If you could have anything in an operating system, what would you want? I am planning for an operating system I might actually make. To start this, I might like 3+ dimensional desktop navigation or weird space desktop navigation or both, fully clonable to another computer/drive including old...
I am looking at how to build an operating system, probably with Rust and assembly. To make this short, all are lead by woke librals or communists except some game console systems. I just want to know about what I need to do to make this thing. I don't want a Linux or *BSD kernel and others are...
Hello.I am interesting in building a OS for a desktop or a mobile computer.However the task is way too big for 1 person so I am interested in collaborating with someone(s).
I was just wondering how a OS starts a process and how it knows when to end it.A program is a executable file.A file is a linked list , the only thing you need to tell it is from where to start but it is just a pointer.And we need a counter to keep track of the running processes so I imagine a...
Hello there,
I introduce to you all: Xv6, a recreation of the sixth version of the original UNIX operating-system, written purely in C(just like UNIX). The operating-system was created purely for educational purposes at MIT and is much simpler for analysis than a Linux or BSD kernel.
The...