
What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
Partial implementation WinApi in my Kernel (for MinGW libc++). I can now develop kernel modules using full STL. 

-
- Member
- Posts: 38
- Joined: Wed Jul 19, 2017 9:46 pm
Re: What does your OS look like? (Screen Shots..)
After about a month of slowly-increasing work, I've made it real cutesie but still needs a LOT of under-the-hood work. The command parser is on its way and eventually I'll be ditching the pre-usermode shell altogether most likely. Couple things on the itinerary include the filesystem, basic drivers, and real hardware implementation.
I'm having issues implementing the A20 and paging with a VIA Eden C7 that I got from a friend. Got to get over that hurdle to truly FEEL the fruits of my labor!
I'm having issues implementing the A20 and paging with a VIA Eden C7 that I got from a friend. Got to get over that hurdle to truly FEEL the fruits of my labor!

2024-05-07: Returning from a 7-year disappearing act; please be kind.
Re: What does your OS look like? (Screen Shots..)
@human00731582: according to A20 gate, this code is tested and proven to work on VirtualBox, qemu, bochs and on real machines (among others VIA mbs) as well. Tries to use BIOS and fallbacks to 8042 chip method.
-
- Member
- Posts: 38
- Joined: Wed Jul 19, 2017 9:46 pm
Re: What does your OS look like? (Screen Shots..)
Thanks for the sample! I don't want to derail the thread, so if you don't mind, I'm going to PM you asking about this sample. I appreciate the feedback.bzt wrote:@human00731582: according to A20 gate, this code is tested and proven to work on VirtualBox, qemu, bochs and on real machines (among others VIA mbs) as well. Tries to use BIOS and fallbacks to 8042 chip method.
2024-05-07: Returning from a 7-year disappearing act; please be kind.
Re: What does your OS look like? (Screen Shots..)
finally i can emulate my os on shitty arm


Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html
http://users.atw.hu/gerigeri/DawnOS/download.html
Re: What does your OS look like? (Screen Shots..)
Getting back on topic...
Here is an early version of my OS's boot menu.
This is part of a custom boot loader that I'm developing for my kernel. It will eventually show each of the volumes/partitions with a recognised OS/Kernel on it. They'll be shown with a disk icon representing the medium they are on along with the volume name.
Here is an early version of my OS's boot menu.
This is part of a custom boot loader that I'm developing for my kernel. It will eventually show each of the volumes/partitions with a recognised OS/Kernel on it. They'll be shown with a disk icon representing the medium they are on along with the volume name.
- MajickTek
- Member
- Posts: 101
- Joined: Sat Dec 17, 2016 6:58 am
- Libera.chat IRC: MajickTek
- Location: The Internet
- Contact:
Re: What does your OS look like? (Screen Shots..)
Reminds me of a Macintosh Classicsnijj wrote:Getting back on topic...
Here is an early version of my OS's boot menu.
This is part of a custom boot loader that I'm developing for my kernel. It will eventually show each of the volumes/partitions with a recognised OS/Kernel on it. They'll be shown with a disk icon representing the medium they are on along with the volume name.

Edit: and no kidding! you are running the VM on macOS (or a very convincing macOS theme for Windows)
Everyone should know how to program a computer, because it teaches you how to think! -Steve Jobs
Code: Select all
while ( ! ( succeed = try() ) );
Re: What does your OS look like? (Screen Shots..)
Haha, yeah at the moment it does somewhat resemble that doesn't it?
. It will have the volume labels underneath each of the icons eventually, and the icons will be positioned side by side, with the ability to select which volume is booted.

Re: What does your OS look like? (Screen Shots..)
Working on the network stack...
Never expected that i would be so excited by a simple ping!

Never expected that i would be so excited by a simple ping!

- zesterer
- Member
- Posts: 59
- Joined: Mon Feb 22, 2016 4:40 am
- Libera.chat IRC: zesterer
- Location: United Kingdom
- Contact:
Re: What does your OS look like? (Screen Shots..)
Nice! I'm very jealous of you.Artlav wrote:Working on the network stack...
Never expected that i would be so excited by a simple ping!
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
http://zesterer.homenet.org/projects.shtml
-
- Member
- Posts: 80
- Joined: Wed Aug 09, 2017 7:37 am
Re: What does your OS look like? (Screen Shots..)
That's my OS printing a string without interrupts (0xb800). Amazing, huh? Not the greatest in history though. I still like the look of all the other very good projects!

Re: What does your OS look like? (Screen Shots..)
yup. you are definitely ready to making endless questions on x86 chipset guts. 

- BrightLight
- Member
- Posts: 901
- Joined: Sat Dec 27, 2014 9:11 am
- Location: Maadi, Cairo, Egypt
- Contact:
Re: What does your OS look like? (Screen Shots..)
I know that feeling. Nice work.Artlav wrote:Working on the network stack...
Never expected that i would be so excited by a simple ping!


You know your OS is advanced when you stop using the Intel programming guide as a reference.
Re: What does your OS look like? (Screen Shots..)
This special screenshot requires me to post a link to an external site:
https://twitter.com/ToAruOS/status/897095724667617281
https://twitter.com/ToAruOS/status/897095724667617281
-
- Member
- Posts: 80
- Joined: Wed Aug 09, 2017 7:37 am
Re: What does your OS look like? (Screen Shots..)
Wow, that's impressible. Did you port Python? If you did, then it's just wonderful.klange wrote:This special screenshot requires me to post a link to an external site:
https://twitter.com/ToAruOS/status/897095724667617281