Page 1 of 1 [ 5 posts ] 

gabemai314
Blue Jay
Blue Jay

User avatar

Joined: 12 Feb 2017
Age: 25
Gender: Male
Posts: 76
Location: Loveland, Colorado, USA, Earth, Solar System, Gould Belt, Orion Arm, Milky Way Galaxy, Local Group, Virgo Supercluster, Laniakea Supercluster, Universe

09 Mar 2017, 9:32 pm

Hi all! I am writing my own Operating System in x86 Assembly! I will be calling it Paradigm OS. So far I have implemented printing to the screen, an ATA disk drive, minimal FAT fs support, paging, scheduling/multitasking, user mode support, system calls, exception handling, and basic PCI functionality. I am currently stuck on virtual paging (a separate page directory for each process).


_________________
I am open to PMs.
GitHub: https://github.com/gabemaiberger/


mr_bigmouth_502
Veteran
Veteran

User avatar

Joined: 12 Dec 2013
Age: 30
Gender: Non-binary
Posts: 7,028
Location: Alberta, Canada

10 Mar 2017, 5:59 pm

Awesome! :D Is this all running in real mode, or protected mode? Also, what kind of minimum specs are you targeting?


_________________
Every day is exactly the same...


gabemai314
Blue Jay
Blue Jay

User avatar

Joined: 12 Feb 2017
Age: 25
Gender: Male
Posts: 76
Location: Loveland, Colorado, USA, Earth, Solar System, Gould Belt, Orion Arm, Milky Way Galaxy, Local Group, Virgo Supercluster, Laniakea Supercluster, Universe

14 Mar 2017, 12:53 pm

Protected mode all the way! At the time of this writing, the minimum specs are: a 80486 processor, 8 MB of RAM, an RTL8139 network card, and 78.8 KB of disk space.


_________________
I am open to PMs.
GitHub: https://github.com/gabemaiberger/


K_Kelly
Veteran
Veteran

User avatar

Joined: 18 Apr 2014
Age: 32
Gender: Male
Posts: 1,452

18 Mar 2017, 5:55 pm

That's awesome. I wish I can achieve such an endeavor, but alas, I can't program. I wish I can be a good programmer and be able to solve logic puzzles like you guys.



gabemai314
Blue Jay
Blue Jay

User avatar

Joined: 12 Feb 2017
Age: 25
Gender: Male
Posts: 76
Location: Loveland, Colorado, USA, Earth, Solar System, Gould Belt, Orion Arm, Milky Way Galaxy, Local Group, Virgo Supercluster, Laniakea Supercluster, Universe

20 Mar 2017, 6:01 pm

Here's a picture of Paradigm OS: Image


_________________
I am open to PMs.
GitHub: https://github.com/gabemaiberger/