Page 41 of 55

Re: When your OS goes crazy - Screenshots

Posted: Wed Nov 02, 2016 11:33 am
by Ycep
Nice one, Kevin Lange!
It seems pretty nice that your OS is advancing.

Re: When your OS goes crazy - Screenshots

Posted: Wed Nov 02, 2016 11:49 am
by Roman
lust
I'm not sure that you understand what this word means.

Re: When your OS goes crazy - Screenshots

Posted: Wed Nov 02, 2016 1:43 pm
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.

Re: When your OS goes crazy - Screenshots

Posted: Wed Nov 02, 2016 2:30 pm
by Octacone
Roman wrote:
lust
I'm not sure that you understand what this word means.
lol

Re: When your OS goes crazy - Screenshots

Posted: Sat Nov 12, 2016 3:27 pm
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

Re: When your OS goes crazy - Screenshots

Posted: Sat Nov 12, 2016 4:47 pm
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:


Re: When your OS goes crazy - Screenshots

Posted: Sun Nov 13, 2016 1:10 am
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

Re: When your OS goes crazy - Screenshots

Posted: Thu Nov 17, 2016 7:09 pm
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.

Re: When your OS goes crazy - Screenshots

Posted: Sun Dec 04, 2016 5:02 am
by BonsOS
Working my way through bare bones, trying to get terminal scrolling working. Almost there.

Image

Re: When your OS goes crazy - Screenshots

Posted: Mon Dec 05, 2016 3:14 pm
by NunoLava1998
Did i put too many newlines?
Image

Re: When your OS goes crazy - Screenshots

Posted: Sun Dec 11, 2016 3:41 am
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

Re: When your OS goes crazy - Screenshots

Posted: Thu Dec 29, 2016 6:51 am
by matt11235
My OS decided that it wanted to create abstract art.

Image

Image

Re: When your OS goes crazy - Screenshots

Posted: Thu Dec 29, 2016 9:37 am
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.

Re: When your OS goes crazy - Screenshots

Posted: Thu Dec 29, 2016 12:49 pm
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?

Re: When your OS goes crazy - Screenshots

Posted: Fri Dec 30, 2016 6:56 am
by Sik
Judging by the flipping, I think the X and Y axes got swapped in the calculation.