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 fieldssortie wrote:You can be certain it's a null-pointer access if the exception was a page fault and cr2 is set to 0.
What does your OS look like? (Screen Shots..)
- max
- 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..)
Re: What does your OS look like? (Screen Shots..)
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.
- piranha
- 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..)
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
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
- Brynet-Inc
- 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..)
Now all you need is a packet filter!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
- piranha
- 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..)
And a TCP implementationBrynet-Inc wrote:Now all you need is a packet filter!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
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Re: What does your OS look like? (Screen Shots..)
"God! Not Unix" - Richard Stallman
Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
Re: What does your OS look like? (Screen Shots..)
I just printed out some fancy ASCII art that I found online
maybe soon it'll do something other than write to the screen
maybe soon it'll do something other than write to the screen
Re: What does your OS look like? (Screen Shots..)
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)
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)
--
Cheers,
Shirk
Cheers,
Shirk
- Primis
- 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..)
Meet Red-OS.
- max
- 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..)
Including free screen-burn-insPrimis wrote:Meet Red-OS.
Re: What does your OS look like? (Screen Shots..)
Perhaps you can make a error screen similar to this since its red too anyway:
CookieOS. Want a cookie? Its only black and white for now though, probably as bad as my baking skills.
- Primis
- 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..)
I was actually gonna make my error screen inverted (White Background with Red Text)hometue wrote:Perhaps you can make a error screen similar to this since its red too anyway:
- Lionel
- 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..)
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.
-
- Member
- Posts: 307
- Joined: Wed Oct 30, 2013 1:57 pm
- Libera.chat IRC: no92
- Location: Germany
- Contact:
Re: What does your OS look like? (Screen Shots..)
Lionel, looks awesome!
Do you want to create a graphical interface using the PL110 or stick with a command-line interface?
Do you want to create a graphical interface using the PL110 or stick with a command-line interface?