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
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

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

Post by max »

sortie wrote:You can be certain it's a null-pointer access if the exception was a page fault and cr2 is set to 0.
But not mandatorily 0, it could also be a small value above if you had for example a struct nullpointer and access one of its fields :P
goku420
Member
Member
Posts: 51
Joined: Wed Jul 10, 2013 9:11 am

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

Post by goku420 »

The horizontal column should only be one glyph wide, but I forgot to change the column size back after debugging. This is a stable revision and you can switch between buffers and span multiple lines without problems. The panel split is hard-coded though.

Image
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

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

Post by piranha »

Image

Set up ipv4 forwarding, connected two linux virtual machines to my OS, and they can ping each other! Ignore the reported MTU and speed values, they haven't been implemented yet :P
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

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

Post by Brynet-Inc »

piranha wrote:Set up ipv4 forwarding, connected two linux virtual machines to my OS, and they can ping each other! Ignore the reported MTU and speed values, they haven't been implemented yet :P
Now all you need is a packet filter! 8)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

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

Post by piranha »

Brynet-Inc wrote:
piranha wrote:Set up ipv4 forwarding, connected two linux virtual machines to my OS, and they can ping each other! Ignore the reported MTU and speed values, they haven't been implemented yet :P
Now all you need is a packet filter! 8)
And a TCP implementation :)
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
b.zaar
Member
Member
Posts: 294
Joined: Wed May 21, 2008 4:33 am
Location: Mars MTC +6:00
Contact:

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

Post by b.zaar »

Here's a screen of BoxOn again. This is the tiny kernel using a linear frame buffer

Image
"God! Not Unix" - Richard Stallman

Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
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 »

It would appear I developed a harddisk driver and combined it with my ability to build my OS under itself. I am now able to develop my OS under itself.

Image
seuti
Member
Member
Posts: 74
Joined: Tue Aug 19, 2014 1:20 pm

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

Post by seuti »

I just printed out some fancy ASCII art that I found online

Image

maybe soon it'll do something other than write to the screen
User avatar
Shirk
Posts: 8
Joined: Thu Dec 16, 2010 3:05 am

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

Post by Shirk »

First public screenshot so far..
Testing Hotarubi on real hardware (my rMBP in that case):
- booting in BIOS emulation mode
- entering long-mode
- parsing the ACPI tables (applying routes, overrides etc.)
- calibrating the IO and LAPIC and finally starting the AP-cores

Each AP is in a busy-loop incrementing a word in the video ram (the colored blocks in the picture)

Image
--
Cheers,
Shirk
User avatar
Primis
Member
Member
Posts: 62
Joined: Fri May 14, 2010 3:46 pm
Libera.chat IRC: Primis
Location: New York, NY
Contact:

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

Post by Primis »

Image
Meet Red-OS.
"On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."
Image
User avatar
max
Member
Member
Posts: 616
Joined: Mon Mar 05, 2012 11:23 am
Libera.chat IRC: maxdev
Location: Germany
Contact:

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

Post by max »

Primis wrote:Meet Red-OS.
Including free screen-burn-ins :mrgreen:
User avatar
hometue
Member
Member
Posts: 100
Joined: Thu Dec 19, 2013 1:40 am
Location: Asia, Singapore

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

Post by hometue »

Perhaps you can make a error screen similar to this since its red too anyway:

Image
CookieOS. Want a cookie? Its only black and white for now though, probably as bad as my baking skills.
User avatar
Primis
Member
Member
Posts: 62
Joined: Fri May 14, 2010 3:46 pm
Libera.chat IRC: Primis
Location: New York, NY
Contact:

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

Post by Primis »

hometue wrote:Perhaps you can make a error screen similar to this since its red too anyway:
Image
I was actually gonna make my error screen inverted (White Background with Red Text)
"On two occasions I have been asked, 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."
Image
User avatar
Lionel
Member
Member
Posts: 117
Joined: Fri Jul 16, 2010 2:16 pm
Libera.chat IRC: ryanel
Location: California

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

Post by Lionel »

Cédille seems to be coming along nicely on ARM. Got the logging to use the PL110 on Integrator-CP, so it looks nice. Also I start initialising the PMM and will work on paging for x86 and ARM4 next.
Image
no92
Member
Member
Posts: 306
Joined: Wed Oct 30, 2013 1:57 pm
Libera.chat IRC: no92
Location: Germany
Contact:

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

Post by no92 »

Lionel, looks awesome!

Do you want to create a graphical interface using the PL110 or stick with a command-line interface?
Post Reply