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
gamefreak11221
Posts: 7
Joined: Mon May 09, 2011 8:24 pm
Location: Philippines

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

Post by gamefreak11221 »

:lol:

We should be glad that this community is growing internationally, vincelawrence is still under age but he seeks knowledge so forgive his foolish attempts

Edit:
Testing Multitasking Terminals for openBOX OS under QEMU
Image
RED indicates inactive window while GREEN indicates active one.
The Circular shaped cursor indicates if the terminal is still operating the executed command or not. Still not sure if i should call it multitasking terminals since there are 2 terminals, its actually running on a single kernel with OS layering method instead of emulating

By the way, I am glad to be back! :D
openBOX - A hybrid cloud OS
User avatar
Nessphoro
Member
Member
Posts: 308
Joined: Sat Apr 30, 2011 12:50 am

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

Post by Nessphoro »

Off topic:
But why does it says Philippines in your country, but your avatar is a Ukrainian crest?
User avatar
Ameise
Member
Member
Posts: 61
Joined: Fri Jul 16, 2010 7:46 am
Location: Chicago

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

Post by Ameise »

Nessphoro wrote:Off topic:
But why does it says Philippines in your country, but your avatar is a Ukrainian crest?
Clearly he's a member of the distant Philippino branch of the Rurikid dynasty.
User avatar
gamefreak11221
Posts: 7
Joined: Mon May 09, 2011 8:24 pm
Location: Philippines

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

Post by gamefreak11221 »

Ameise wrote:
Nessphoro wrote:Off topic:
But why does it says Philippines in your country, but your avatar is a Ukrainian crest?
Clearly he's a member of the distant Philippino branch of the Rurikid dynasty.
I am half Ukrainian and Filipino, was that bad?
openBOX - A hybrid cloud OS
User avatar
Ameise
Member
Member
Posts: 61
Joined: Fri Jul 16, 2010 7:46 am
Location: Chicago

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

Post by Ameise »

gamefreak11221 wrote:
Ameise wrote:
Nessphoro wrote:Off topic:
But why does it says Philippines in your country, but your avatar is a Ukrainian crest?
Clearly he's a member of the distant Philippino branch of the Rurikid dynasty.
I am half Ukrainian and Filipino, was that bad?
Well, my explanation is more interesting and if true would be cooler. You should go with that and claim your rightful throne as King of the Rus.
User avatar
gamefreak11221
Posts: 7
Joined: Mon May 09, 2011 8:24 pm
Location: Philippines

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

Post by gamefreak11221 »

I get it :P Now can we please go back to work :lol:
openBOX - A hybrid cloud OS
User avatar
Ameise
Member
Member
Posts: 61
Joined: Fri Jul 16, 2010 7:46 am
Location: Chicago

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

Post by Ameise »

gamefreak11221 wrote:I get it :P Now can we please go back to work :lol:
Yes, my liege.
User avatar
hegde1997
Member
Member
Posts: 40
Joined: Mon Jan 30, 2012 7:36 am
Location: Bangalore, India
Contact:

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

Post by hegde1997 »

I just started my OS few weeks ago and is in stage of setting idt and gdt and not more than that. Can't take any input from kbd or handle irqs.
Attachments
Manu_OS6.jpg
Walking my way in making my OS
Caleb1994
Member
Member
Posts: 83
Joined: Sun Feb 13, 2011 4:55 pm

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

Post by Caleb1994 »

Hey guys, I just got back into things about two weeks ago. I'm on my 3rd rewrite of my kernel so far, and this one is by far the best. Now that I understand everything better, it all seems to click together easier. I know this is no where near a lot of you all's OS's, but I'm feeling good about it. It might look very similar to some of my old stuff, but if you were to see the code, it is SO MUCH nicer. Haha

Most recently added feature: Fully functioning VFS with driver interface, and automatic directory caching. The file system is implemented in the standard unix way (everything mounted under root or '/'). I've also written a TAR file system driver which will load and read a tar file from a boot module.

I think I've just about finished up the VFS code (for now :roll: ), and will soon move on to multitasking. This when things start to get complicated, so wish me luck!

I've been gone for a while, but thanks for all the support before now! I could never have made it this far without you guys.

Image
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

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

Post by thepowersgang »

Everyone shows off flashy pics of fancy graphics that don't really show much of the underlying os... so I thought I'd show off both!

This is a screenshot of OmniSpeak (a Commander Keen 5 reimplimentation) running on my OS.
And it shows off the LVM code, FAT mounting and VTerm autoscaling all in one!
Attachments
omnispeak-acess-20120609.png
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
ACcurrent
Member
Member
Posts: 125
Joined: Thu Aug 11, 2011 12:04 am
Location: Watching You

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

Post by ACcurrent »

Umm... This may sound stupid: How are you able to run graphics in text mode?
Get back to work!
Github
Ready4Dis
Member
Member
Posts: 571
Joined: Sat Nov 18, 2006 9:11 am

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

Post by Ready4Dis »

My guess is... he's running text in graphics mode, not graphics in text mode ;).
User avatar
Love4Boobies
Member
Member
Posts: 2111
Joined: Fri Mar 07, 2008 5:36 pm
Location: Bucharest, Romania

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

Post by Love4Boobies »

Indeed. Besides, you actually can use the VGA hardware to draw in alphanumeric modes. One technique is to regenerate glyphs. The resolutions range from 320x200 to 720x400, depending on the mode).
"Computers in the future may weigh no more than 1.5 tons.", Popular Mechanics (1949)
[ Project UDI ]
Caleb1994
Member
Member
Posts: 83
Joined: Sun Feb 13, 2011 4:55 pm

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

Post by Caleb1994 »

It's not a huge change, but I'm pretty excited about it. I've got multitasking working correctly. (even on real hardware) I can put parameters and return addresses on the stack for the new process (I have a task_return function which exits the task upon return from the function), join a currently running process (I need to add a timeout option for the join function), and I've just written a simple spin lock implementation to control accesses to the screen (I was getting weird results as two processes tried to scroll :P ).

Now that I have multitasking and a VFS interface, I think I will try to start loading drivers! I'm pretty stoked. :shock:

Image

Edit:

Just tested it out, and I can also pass parameters to tasks. This is rather simple, but I just realized I hadn't tested it (I just pass spawn_task an array, and copy that array to the stack after the return address, of course changing ESP also :P )
User avatar
VolTeK
Member
Member
Posts: 815
Joined: Sat Nov 15, 2008 2:37 pm
Location: The Fire Nation

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

Post by VolTeK »

Caleb1994 wrote:multitasking and a VFS interface, I think I will try to start loading drivers! I'm pretty stoked
That's quite a lot of work. Anticipating future images
Post Reply