Skip to content

A hobby x86-64 OS made to make me lose my sanity (;

Notifications You must be signed in to change notification settings

AbdooOwd/AbdooOS-64bit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AbdooOS-64bit

AbdooOS is an Operating System made for fun with love and "sanity loss" by me, a dumb 15 years old (: . The general goal is to make an all purpose OS that anybody can use. The real goal is to learn how a computer works and provide useful resources and examples for people who want to learn about Operating Systems and their development.

The Idea

The idea is to provide a project that can be used by devs/students and users. Devs could use this project as an example for learning or developing their own OS. It can also be used by students to learn about OS Development in one place, thanks to all the *.md files I've written to explain how the OS works. Users could just use it for their everyday activities. It could have an Internet Browser, a text-editor, a file manager. And maybe in the future I'll add a GUI!

My Resources

I've written some stuff so people can learn about OS Development. There is that document I wrote called "How it works". There's also some *notes that aren't really useful, they're just notes I wrote so I remind myself of a few things.

Resources I used

My goal was to understand computers. So of course, I had to understand what I was doing. You might see some code that I just copy-pasted, but I did try to understand before [ctrl+c ctrl+v]'ing.

So I used a lot of resource: