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
drunkenfox
Member
Member
Posts: 46
Joined: Tue Mar 13, 2012 10:46 pm

Re: When your OS goes crazy - Screenshots

Post by drunkenfox »

I think it's safe to say I forgot to fix some relocations referring to data before the code. It seems to also haved messed up my print function.
Image
;goodbye OS, hello BIOS
mov eax, FFFFFFF0h
jmp eax
Paperninja62
Posts: 4
Joined: Mon Dec 22, 2014 12:18 pm

Re: When your OS goes crazy - Screenshots

Post by Paperninja62 »

tried to make a scanf(); func
Ill be totally honest here and say I have no idea why this happened XD (I'm still working on it)
the OS censored out my profanity by the way! I guess you could call it.... a feature! yeah, thats the ticket
Attachments
Q Screenshot 1.png
Coomer69
Member
Member
Posts: 31
Joined: Thu Feb 20, 2014 4:49 am

Re: When your OS goes crazy - Screenshots

Post by Coomer69 »

These error messages are so useful...
User avatar
Quaker763
Posts: 17
Joined: Sun Mar 08, 2015 5:32 am
Location: Straya

Re: When your OS goes crazy - Screenshots

Post by Quaker763 »

Started rewriting my OS. Started with a nice simple kprint function...

Yeah... QEMU crashed shortly after...

Image
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

Re: When your OS goes crazy - Screenshots

Post by Peterbjornx »

Image
Working on interrupts on the ARM port of my OS
Techel
Member
Member
Posts: 215
Joined: Fri Jan 30, 2015 4:57 pm
Location: Germany
Contact:

Re: When your OS goes crazy - Screenshots

Post by Techel »

uhm... an Ikosa-fault? ;)
Peterbjornx
Member
Member
Posts: 116
Joined: Thu May 06, 2010 4:34 am
Libera.chat IRC: peterbjornx
Location: Leiden, The Netherlands
Contact:

Re: When your OS goes crazy - Screenshots

Post by Peterbjornx »

One of my first truely crazy screenshots:
Image
User avatar
sortie
Member
Member
Posts: 930
Joined: Wed Mar 21, 2012 3:01 pm
Libera.chat IRC: sortie

Re: When your OS goes crazy - Screenshots

Post by sortie »

I don't see any issues, the Ministry of Truth correctly made that meaningless blabber into the unreadable mess it actually is.
User avatar
drunkenfox
Member
Member
Posts: 46
Joined: Tue Mar 13, 2012 10:46 pm

Re: When your OS goes crazy - Screenshots

Post by drunkenfox »

I think it's safe to say everyone has this happen when they first tryout their printf function.

Image
;goodbye OS, hello BIOS
mov eax, FFFFFFF0h
jmp eax
User avatar
Cpcdos
Member
Member
Posts: 35
Joined: Sat Feb 02, 2013 4:16 pm
Location: France [Lyon]

Re: When your OS goes crazy - Screenshots

Post by Cpcdos »

Image [FR]
When I code my TCP server for windows phone
FAVIER Sébastien
Sorry for my bad bad English level, I'm young French studient .. :)
User avatar
osdever
Member
Member
Posts: 492
Joined: Fri Apr 03, 2015 9:41 am
Contact:

Re: When your OS goes crazy - Screenshots

Post by osdever »

When i'm tested my printf() function.
Image
Image
1: Looks like it's smally goed too long. This is my old Z Window System welcome text with skipped letters.
Last edited by osdever on Tue May 05, 2015 7:54 am, edited 1 time in total.
Developing U365.
Source:
only testing: http://gitlab.com/bps-projs/U365/tree/testing

OSDev newbies can copy any code from my repositories, just leave a notice that this code was written by U365 development team, not by you.
seuti
Member
Member
Posts: 74
Joined: Tue Aug 19, 2014 1:20 pm

Re: When your OS goes crazy - Screenshots

Post by seuti »

Something tells me I'm not printing this correctly.
Image
chrissacchi
Posts: 15
Joined: Sat Sep 15, 2012 5:02 pm
Libera.chat IRC: csacchi

Re: When your OS goes crazy - Screenshots

Post by chrissacchi »

My OS goes crazy like this (messed up the screen printing scancodes):

Image
https://github.com/christophersacchi/RazorOS
"... you notice that this scanner will... woah!"
"Moving right along!"
"That must be, uh. That must be why we're not shipping Windows 98 yet..."
"Absolutely. Absolutely."
thomasloven
Member
Member
Posts: 89
Joined: Tue Feb 26, 2008 10:47 am
Location: Sweden

Re: When your OS goes crazy - Screenshots

Post by thomasloven »

chrissacchi wrote:My OS goes crazy like this (messed up the screen printing scancodes):

Image
What is this? An OS for ants?
Last edited by thomasloven on Mon Jun 22, 2015 1:06 pm, edited 2 times in total.
no92
Member
Member
Posts: 306
Joined: Wed Oct 30, 2013 1:57 pm
Libera.chat IRC: no92
Location: Germany
Contact:

Re: When your OS goes crazy - Screenshots

Post by no92 »

thomasloven wrote:What is this? An OS for ants?
*screenshot

There's a rule that you shouldn't post too large images. In conclusion to that rule, there should also be one stating that you shouldn't post tiny ones.
Post Reply