OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Apr 16, 2024 1:00 pm

All times are UTC - 6 hours




Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 38, 39, 40, 41, 42, 43, 44 ... 54  Next
Author Message
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Nov 02, 2016 11:33 am 
Offline
Member
Member
User avatar

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

Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Nov 02, 2016 11:49 am 
Offline
Member
Member
User avatar

Joined: Thu Mar 27, 2014 3:57 am
Posts: 568
Location: Moscow, Russia
Quote:
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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Nov 02, 2016 1:43 pm 
Offline
Member
Member
User avatar

Joined: Tue Aug 02, 2016 1:52 pm
Posts: 286
Location: East Riding of Yorkshire, UK
Roman wrote:
Quote:
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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Wed Nov 02, 2016 2:30 pm 
Offline
Member
Member
User avatar

Joined: Fri Aug 07, 2015 6:13 am
Posts: 1134
Roman wrote:
Quote:
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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sat Nov 12, 2016 3:27 pm 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
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

_________________
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.

https://github.com/NunoLava1998/DixiumOS


Last edited by NunoLava1998 on Sun Nov 13, 2016 1:15 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sat Nov 12, 2016 4:47 pm 
Offline
Member
Member
User avatar

Joined: Tue Aug 02, 2016 1:52 pm
Posts: 286
Location: East Riding of Yorkshire, UK
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:


_________________
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum


Last edited by matt11235 on Sun Nov 13, 2016 3:36 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Nov 13, 2016 1:10 am 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Nov 17, 2016 7:09 pm 
Offline
Member
Member
User avatar

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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Dec 04, 2016 5:02 am 
Offline

Joined: Sun Dec 04, 2016 4:59 am
Posts: 1
Working my way through bare bones, trying to get terminal scrolling working. Almost there.

Image


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Mon Dec 05, 2016 3:14 pm 
Offline
Member
Member

Joined: Sun Oct 09, 2016 4:38 am
Posts: 273
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


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Sun Dec 11, 2016 3:41 am 
Offline
Member
Member
User avatar

Joined: Sun Dec 11, 2016 3:31 am
Posts: 29
Location: In your computer
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
Bildschirmfoto 2016-12-11 um 10.35.57.png [ 112.62 KiB | Viewed 7965 times ]

_________________
myunix (version 3) (name suggestions are welcome!)
GPG Key fingerprint: 5ED6 D826 ACD4 3F8E D9D4 FBB2 FF0A AF5E 0812 BA9C
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Dec 29, 2016 6:51 am 
Offline
Member
Member
User avatar

Joined: Tue Aug 02, 2016 1:52 pm
Posts: 286
Location: East Riding of Yorkshire, UK
My OS decided that it wanted to create abstract art.

Image

Image

_________________
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Dec 29, 2016 9:37 am 
Offline
User avatar

Joined: Fri Oct 14, 2016 7:37 pm
Posts: 24
Location: Canada
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
UhOh.png [ 55.47 KiB | Viewed 6751 times ]

_________________
LiquiDOS, my weird hobbyist OS.
"Strive for progress, not perfection" - Anonymous
Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Thu Dec 29, 2016 12:49 pm 
Offline
Member
Member

Joined: Sun Mar 09, 2014 10:14 am
Posts: 29
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?


Top
 Profile  
 
 Post subject: Re: When your OS goes crazy - Screenshots
PostPosted: Fri Dec 30, 2016 6:56 am 
Offline
Member
Member
User avatar

Joined: Wed Aug 17, 2016 4:55 am
Posts: 251
Judging by the flipping, I think the X and Y axes got swapped in the calculation.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 809 posts ]  Go to page Previous  1 ... 38, 39, 40, 41, 42, 43, 44 ... 54  Next

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 85 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group