What does your OS look like? (Screen Shots..)

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
User avatar
zesterer
Member
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..)

Post by zesterer »

Artlav wrote:Working on the network stack...
Never expected that i would be so excited by a simple ping!
Nice! I'm very jealous of you.
Current developing Tupai, a monolithic x86 operating system
http://zesterer.homenet.org/projects.shtml
stevewoods1986
Member
Member
Posts: 80
Joined: Wed Aug 09, 2017 7:37 am

Re: What does your OS look like? (Screen Shots..)

Post by stevewoods1986 »

Image

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! 8)
User avatar
zaval
Member
Member
Posts: 647
Joined: Fri Feb 17, 2017 4:01 pm
Location: Ukraine, Bachmut
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by zaval »

yup. you are definitely ready to making endless questions on x86 chipset guts. :D
ANT - NT-like OS for x64 and arm64.
efify - UEFI for a couple of boards (mips and arm). suspended due to lost of all the target park boards (russians destroyed our town).
User avatar
BrightLight
Member
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..)

Post by BrightLight »

Artlav wrote:Working on the network stack...
Never expected that i would be so excited by a simple ping!
I know that feeling. Nice work. :P
Image
You know your OS is advanced when you stop using the Intel programming guide as a reference.
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: What does your OS look like? (Screen Shots..)

Post by klange »

This special screenshot requires me to post a link to an external site:

https://twitter.com/ToAruOS/status/897095724667617281
stevewoods1986
Member
Member
Posts: 80
Joined: Wed Aug 09, 2017 7:37 am

Re: What does your OS look like? (Screen Shots..)

Post by stevewoods1986 »

klange wrote:This special screenshot requires me to post a link to an external site:

https://twitter.com/ToAruOS/status/897095724667617281
Wow, that's impressible. Did you port Python? If you did, then it's just wonderful.
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: What does your OS look like? (Screen Shots..)

Post by Octacone »

Octocontrabass wrote: "Something about extending functions to 64 bit"
I can finally reply to you, some serious work has been done.
There are still some functions I have to implement.
This is a screenshot of around 8 separate hexadecimal functions, printing 8, 16, 32 bit integers, both signed and unsigned. Still lots of bugs to fix.
Around ~1100 lines of code, an entirely new VGA driver btw)
Image

4 different output types supported.
Writing a 1000+ lines of code VGA drivers while other are pinging this site from their own OSes.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
klange
Member
Member
Posts: 679
Joined: Wed Mar 30, 2011 12:31 am
Libera.chat IRC: klange
Discord: klange

Re: What does your OS look like? (Screen Shots..)

Post by klange »

stevewoods1986 wrote:Wow, that's impressible. Did you port Python? If you did, then it's just wonderful.
I had a rudimentary port of Python 2.7 a few years ago, and worked on porting Python 3.6 while it was in RC back in December/January. I've been using Python as the primary userspace language for building graphical applications in my OS since then. In this example, a Python script generated an OAuth-signed API request to send to the Twitter API server via a TLS tunneling tool built from mbed TLS.
User avatar
Artlav
Member
Member
Posts: 178
Joined: Fri Aug 21, 2009 5:54 am
Location: Moscow, Russia
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by Artlav »

klange wrote:This special screenshot requires me to post a link to an external site:

https://twitter.com/ToAruOS/status/897095724667617281
Neat.
And now i have a nice goal to work towards...
User avatar
lkurusa
Member
Member
Posts: 42
Joined: Wed Aug 08, 2012 6:39 am
Libera.chat IRC: Levex
Location: New York, NY
Contact:

Re: What does your OS look like? (Screen Shots..)

Post by lkurusa »

I've got a basic UDP chat application working

http://i.imgur.com/LGDxvVh.gif

To be frank, I've had a working UDP implementation for a while now, but it was all wonky and used SOCK_STREAM semantics. No longer!
Cheers,

Lev
User avatar
Geri
Member
Member
Posts: 442
Joined: Sun Jul 14, 2013 6:01 pm

Re: What does your OS look like? (Screen Shots..)

Post by Geri »

Image

sneaky snake
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html
gungomanj
Member
Member
Posts: 28
Joined: Sun Apr 23, 2017 4:41 am

Re: What does your OS look like? (Screen Shots..)

Post by gungomanj »

Geri wrote:Image

sneaky snake
well done geri chan! ^_^
User avatar
Geri
Member
Member
Posts: 442
Joined: Sun Jul 14, 2013 6:01 pm

Re: What does your OS look like? (Screen Shots..)

Post by Geri »

gungomanj wrote: well done geri chan! ^_^
sugoi kawaii hebi desu
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: What does your OS look like? (Screen Shots..)

Post by sortie »

klange, that is awesome!

Have you considered a script for posting screenshots in this thread?
lev wrote:I've got a basic UDP chat application working

http://i.imgur.com/LGDxvVh.gif

To be frank, I've had a working UDP implementation for a while now, but it was all wonky and used SOCK_STREAM semantics. No longer!
That's amazing, cool with a gif!
vhaudiquet
Member
Member
Posts: 43
Joined: Sun Aug 20, 2017 10:59 am

Re: What does your OS look like? (Screen Shots..)

Post by vhaudiquet »

I started my os kernel a month ago, and i am finally able to read from a FAT32 file system !
I know that this isnt much, but i needed to do all the basic functions (like paging, heap, ...) before !
Image
(for now the fat32 access and read are hardcoded, i will need to work on a VFS implementation and then on system calls to interact with it)
Post Reply