When your OS goes crazy - Screenshots

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
K3achas
Posts: 22
Joined: Sat May 26, 2018 5:32 pm

Re: When your OS goes crazy - Screenshots

Post by K3achas »

Even after fixing it, I'm still not quite sure why it said "I don't trust it." I think my code has trust issues.
Attachments
trust-issues.gif
The maker of Foxtrot microkernels. Currently just Greyhound, which is currently smaller than 3 KiB.
Also working on osmkVII.
deleted8917
Member
Member
Posts: 119
Joined: Wed Dec 12, 2018 12:16 pm

Re: When your OS goes crazy - Screenshots

Post by deleted8917 »

Image
My custom syscall entered in recursion, or something like that. :)
User avatar
crosssans
Member
Member
Posts: 39
Joined: Fri Mar 01, 2019 3:50 pm
Location: France

Re: When your OS goes crazy - Screenshots

Post by crosssans »

Image
This is what happens when you incorrectly copy some data. :mrgreen:
deleted8917
Member
Member
Posts: 119
Joined: Wed Dec 12, 2018 12:16 pm

Re: When your OS goes crazy - Screenshots

Post by deleted8917 »

crosssans wrote:Image
This is what happens when you incorrectly copy some data. :mrgreen:
The classical error :)
xSlendiX
Posts: 20
Joined: Tue Jan 08, 2019 7:20 am

Re: When your OS goes crazy - Screenshots

Post by xSlendiX »

https://imgur.com/a/tI6spO6

My first visual error + cannot figure out how to print he keyboard keys thing
Hello world!
User avatar
crosssans
Member
Member
Posts: 39
Joined: Fri Mar 01, 2019 3:50 pm
Location: France

Re: When your OS goes crazy - Screenshots

Post by crosssans »

xSlendiX wrote:https://imgur.com/a/tI6spO6
Interesting. =P~
deleted8917
Member
Member
Posts: 119
Joined: Wed Dec 12, 2018 12:16 pm

Re: When your OS goes crazy - Screenshots

Post by deleted8917 »

xSlendiX wrote:https://imgur.com/a/tI6spO6

My first visual error + cannot figure out how to print he keyboard keys thing
You forgetted the return carriage escape sequence! ('\r')
;)
xSlendiX
Posts: 20
Joined: Tue Jan 08, 2019 7:20 am

Re: When your OS goes crazy - Screenshots

Post by xSlendiX »

hextakatt wrote:
xSlendiX wrote:https://imgur.com/a/tI6spO6

My first visual error + cannot figure out how to print he keyboard keys thing
You forgetted the return carriage escape sequence! ('\r')
;)
I got the keyboard working properly and the print was a bug, made a terminal_scroll function and implemented it wrong. idk how to do it but ok

Keyboard: https://imgur.com/a/MwQU8TQ
It works well, the only problem it the blinking cursor ill fix it later and somehow i creatted this c o o l effect
Hello world!
mallard
Member
Member
Posts: 280
Joined: Tue May 13, 2014 3:02 am
Location: Private, UK

Re: When your OS goes crazy - Screenshots

Post by mallard »

I posted the full screenshot in the other thread, but it's only upon examination that I spotted this bug:

Image

The screenshot was actually taken on February 28th (so should display "2019-02-28")... I suppose the 0th day of March is kinda the same day as the last day of February, but obviously something isn't working right. The odd thing is that the date values are read directly from the RTC at boot time; maybe QEMU has a bug?

EDIT: Seems to be a bug in my epoch time <-> time and date conversion functions.
Image
User avatar
SpyderTL
Member
Member
Posts: 1074
Joined: Sun Sep 19, 2010 10:05 pm

Re: When your OS goes crazy - Screenshots

Post by SpyderTL »

xSlendiX wrote:https://imgur.com/a/tI6spO6

My first visual error + cannot figure out how to print he keyboard keys thing

Image
I know that screen well. That's what happens when you dump your 16-bit IVT table at memory location 0x00 to the screen. When you see the 3 horizontal lines and a bunch of 'S' characters, that's a good sign that you've tried printing a NULL pointer to the screen.

It's actually been a while since I've seen that screen, but it does take me back to my earlier OSDev days :)

Like an old song you haven't heard in a while...
Project: OZone
Source: GitHub
Current Task: LIB/OBJ file support
"The more they overthink the plumbing, the easier it is to stop up the drain." - Montgomery Scott
User avatar
K3achas
Posts: 22
Joined: Sat May 26, 2018 5:32 pm

Re: When your OS goes crazy - Screenshots

Post by K3achas »

When trying a simple print statement, I managed to get to this screen. How did such a small change fail so horribly. :shock: :shock: :shock:
Attachments
bios.gif
The maker of Foxtrot microkernels. Currently just Greyhound, which is currently smaller than 3 KiB.
Also working on osmkVII.
User avatar
eekee
Member
Member
Posts: 872
Joined: Mon May 22, 2017 5:56 am
Location: Kerbin
Discord: eekee
Contact:

Re: When your OS goes crazy - Screenshots

Post by eekee »

K3achas: Wild jump which happened to land in BIOS code?
SpyderTL wrote:I know that screen well. That's what happens when you dump your 16-bit IVT table at memory location 0x00 to the screen. When you see the 3 horizontal lines and a bunch of 'S' characters, that's a good sign that you've tried printing a NULL pointer to the screen.
Good to know.
SpyderTL wrote:It's actually been a while since I've seen that screen, but it does take me back to my earlier OSDev days :)

Like an old song you haven't heard in a while...
Lots of these remind me of my Atari and MS-DOS days. :)
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
Monax
Posts: 12
Joined: Tue Jul 10, 2018 2:11 pm

Re: When your OS goes crazy - Screenshots

Post by Monax »

Image

I was working on my compositor and I got this :mrgreen:
User avatar
eekee
Member
Member
Posts: 872
Joined: Mon May 22, 2017 5:56 am
Location: Kerbin
Discord: eekee
Contact:

Re: When your OS goes crazy - Screenshots

Post by eekee »

Monax wrote:I was working on my compositor and I got this :mrgreen:
Keep the code for a screensaver -- xscreensaver did! :mrgreen: It looks a lot like like xscreensaver's "decay", but "slip" (slipped blits) is similar too.
Kaph — a modular OS intended to be easy and fun to administer and code for.
"May wisdom, fun, and the greater good shine forth in all your work." — Leo Brodie
Monax
Posts: 12
Joined: Tue Jul 10, 2018 2:11 pm

Re: When your OS goes crazy - Screenshots

Post by Monax »

Sadly this only a appeared when I moved the mouse, so this would be a quite pointless screensaver :roll:
Post Reply