OSDev.org

The Place to Start for Operating System Developers
It is currently Thu Mar 28, 2024 11:25 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 206, 207, 208, 209, 210, 211, 212 ... 260  Next
Author Message
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Aug 09, 2017 5:58 am 
Offline
Member
Member
User avatar

Joined: Mon Feb 22, 2016 4:40 am
Posts: 59
Location: United Kingdom
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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Aug 09, 2017 12:36 pm 
Offline
Member
Member

Joined: Wed Aug 09, 2017 7:37 am
Posts: 80
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)


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Wed Aug 09, 2017 12:39 pm 
Offline
Member
Member
User avatar

Joined: Fri Feb 17, 2017 4:01 pm
Posts: 640
Location: Ukraine, Bachmut
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).


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Thu Aug 10, 2017 10:00 am 
Offline
Member
Member
User avatar

Joined: Sat Dec 27, 2014 9:11 am
Posts: 901
Location: Maadi, Cairo, Egypt
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.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Mon Aug 14, 2017 6:35 pm 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
This special screenshot requires me to post a link to an external site:

https://twitter.com/ToAruOS/status/897095724667617281

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Aug 15, 2017 9:35 am 
Offline
Member
Member

Joined: Wed Aug 09, 2017 7:37 am
Posts: 80
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.


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Aug 15, 2017 1:30 pm 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Tue Aug 15, 2017 5:22 pm 
Offline
Member
Member

Joined: Wed Mar 30, 2011 12:31 am
Posts: 676
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.

_________________
toaruos on github | toaruos.org | gitlab | twitter | bim - a text editor


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Aug 18, 2017 4:46 am 
Offline
Member
Member
User avatar

Joined: Fri Aug 21, 2009 5:54 am
Posts: 178
Location: Moscow, Russia
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...


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Aug 18, 2017 9:16 am 
Offline
Member
Member
User avatar

Joined: Wed Aug 08, 2012 6:39 am
Posts: 42
Location: New York, NY
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


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Aug 18, 2017 3:59 pm 
Offline
Member
Member
User avatar

Joined: Sun Jul 14, 2013 6:01 pm
Posts: 442
Image

sneaky snake

_________________
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Aug 18, 2017 6:08 pm 
Offline
Member
Member

Joined: Sun Apr 23, 2017 4:41 am
Posts: 28
Geri wrote:
Image

sneaky snake


well done geri chan! ^_^


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Fri Aug 18, 2017 7:09 pm 
Offline
Member
Member
User avatar

Joined: Sun Jul 14, 2013 6:01 pm
Posts: 442
gungomanj wrote:
well done geri chan! ^_^


sugoi kawaii hebi desu

_________________
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sat Aug 19, 2017 2:56 pm 
Offline
Member
Member
User avatar

Joined: Wed Mar 21, 2012 3:01 pm
Posts: 930
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!


Top
 Profile  
 
 Post subject: Re: What does your OS look like? (Screen Shots..)
PostPosted: Sun Aug 20, 2017 11:24 am 
Offline
Member
Member

Joined: Sun Aug 20, 2017 10:59 am
Posts: 43
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)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3898 posts ]  Go to page Previous  1 ... 206, 207, 208, 209, 210, 211, 212 ... 260  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: Bing [Bot] and 81 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group