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
Ycep
Member
Member
Posts: 401
Joined: Mon Dec 28, 2015 11:11 am

Re: When your OS goes crazy - Screenshots

Post by Ycep »

Nice one, Kevin Lange!
It seems pretty nice that your OS is advancing.
Last edited by Ycep on Fri Nov 04, 2016 9:28 am, edited 2 times in total.
User avatar
Roman
Member
Member
Posts: 568
Joined: Thu Mar 27, 2014 3:57 am
Location: Moscow, Russia
Contact:

Re: When your OS goes crazy - Screenshots

Post by Roman »

lust
I'm not sure that you understand what this word means.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: When your OS goes crazy - Screenshots

Post by matt11235 »

Roman wrote:
lust
I'm not sure that you understand what this word means.
What's wrong with that? He's got his thing for toaruos, but I'm more of a Sortix guy.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
User avatar
Octacone
Member
Member
Posts: 1138
Joined: Fri Aug 07, 2015 6:13 am

Re: When your OS goes crazy - Screenshots

Post by Octacone »

Roman wrote:
lust
I'm not sure that you understand what this word means.
lol
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
NunoLava1998
Member
Member
Posts: 273
Joined: Sun Oct 09, 2016 4:38 am
Libera.chat IRC: NunoLava1998

Re: When your OS goes crazy - Screenshots

Post by NunoLava1998 »

Code: Print a red z on 0xB800.
Hardware: mkay here's the final result of that




I know why it happened, some apparently intelligent person thought B800 was correct and i thought it didn't matter since i tho-

oh, i dumped stuff into ROM
Last edited by NunoLava1998 on Sun Nov 13, 2016 1:15 am, edited 1 time in total.
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: When your OS goes crazy - Screenshots

Post by matt11235 »

NunoLava1998 wrote:Code: Print a red z on 0xB800.
Hardware: mkay here's the final result of that
When I open the overclock settings in my BIOS this happens to my desktop. :shock:

Last edited by matt11235 on Sun Nov 13, 2016 3:36 am, edited 1 time in total.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
NunoLava1998
Member
Member
Posts: 273
Joined: Sun Oct 09, 2016 4:38 am
Libera.chat IRC: NunoLava1998

Re: When your OS goes crazy - Screenshots

Post by NunoLava1998 »

zenzizenzicube wrote:
NunoLava1998 wrote:Code: Print a red z on 0xB800.
Hardware: mkay here's the final result of that
When I open the overclock settings in my BIOS this happens to my desktop. :shock:
When i opened the overclock settings in my (OLDER) BIOS after overclocking, well, after a few megahertz, you had to:
turn off, turn on, turn off, turn on, turn off, turn on, turn off, turn on, set your normal BIOS settings and then you can continue
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS
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 »

NunoLava1998 wrote:Code: Print a red z on 0xB800.
Hardware: mkay here's the final result of that




I know why it happened, some apparently intelligent person thought B800 was correct and i thought it didn't matter since i tho-

oh, i dumped stuff into ROM
When I started linking my real mode code with watcom, Instead of incrementing the pointer in the print method, I was incrementing the the character in the first character of the string. My computer learned the ASCIIbc's and beeped along to it endlessly.
;goodbye OS, hello BIOS
mov eax, FFFFFFF0h
jmp eax
BonsOS
Posts: 1
Joined: Sun Dec 04, 2016 4:59 am

Re: When your OS goes crazy - Screenshots

Post by BonsOS »

Working my way through bare bones, trying to get terminal scrolling working. Almost there.

Image
NunoLava1998
Member
Member
Posts: 273
Joined: Sun Oct 09, 2016 4:38 am
Libera.chat IRC: NunoLava1998

Re: When your OS goes crazy - Screenshots

Post by NunoLava1998 »

Did i put too many newlines?
Image
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS
User avatar
bauen1
Member
Member
Posts: 29
Joined: Sun Dec 11, 2016 3:31 am
Libera.chat IRC: bauen1
Location: In your computer
Contact:

Re: When your OS goes crazy - Screenshots

Post by bauen1 »

Trying to implement scrolling and failing kind of (it works until you scroll more than 2 lines)
My code is completely written in x86 real mode but i'm compiling gcc atm so i can move on to proper real mode coding.
@NunoLava
i've run across that issue too:
1. the o with white background is printed when you try to print 0x0a (newline)
2. the cursor needs to be moved separately and it is at that very position because it is left there after the bios message
Attachments
Bildschirmfoto 2016-12-11 um 10.35.57.png
myunix (version 3) (name suggestions are welcome!)
GPG Key fingerprint: 5ED6 D826 ACD4 3F8E D9D4 FBB2 FF0A AF5E 0812 BA9C
User avatar
matt11235
Member
Member
Posts: 286
Joined: Tue Aug 02, 2016 1:52 pm
Location: East Riding of Yorkshire, UK

Re: When your OS goes crazy - Screenshots

Post by matt11235 »

My OS decided that it wanted to create abstract art.

Image

Image
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
User avatar
TheCool1Kevin
Posts: 24
Joined: Fri Oct 14, 2016 7:37 pm
Location: Canada
Contact:

Re: When your OS goes crazy - Screenshots

Post by TheCool1Kevin »

Twinkle twinkle little stars, I can't get scrolling to work.
Up above the screen so high, why the hell am I doing this?
Twinkle twinkle little stars, how you litter all over my screen.
Attachments
UhOh.png
LiquiDOS, my weird hobbyist OS.
"Strive for progress, not perfection" - Anonymous
Hanz
Member
Member
Posts: 29
Joined: Sun Mar 09, 2014 10:14 am

Re: When your OS goes crazy - Screenshots

Post by Hanz »

TheCool1Kevin wrote:Twinkle twinkle little stars, I can't get scrolling to work.
Up above the screen so high, why the hell am I doing this?
Twinkle twinkle little stars, how you litter all over my screen.
Your width and height changed places or something?
User avatar
Sik
Member
Member
Posts: 251
Joined: Wed Aug 17, 2016 4:55 am

Re: When your OS goes crazy - Screenshots

Post by Sik »

Judging by the flipping, I think the X and Y axes got swapped in the calculation.
Post Reply