When your OS goes crazy - Screenshots
Re: When your OS goes crazy - Screenshots
Nice one, Kevin Lange!
It seems pretty nice that your OS is advancing.
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.
Re: When your OS goes crazy - Screenshots
I'm not sure that you understand what this word means.lust
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
- Alan Kay
Re: When your OS goes crazy - Screenshots
What's wrong with that? He's got his thing for toaruos, but I'm more of a Sortix guy.Roman wrote:I'm not sure that you understand what this word means.lust
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
Re: When your OS goes crazy - Screenshots
lolRoman wrote:I'm not sure that you understand what this word means.lust
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
-
- Member
- Posts: 273
- Joined: Sun Oct 09, 2016 4:38 am
- Libera.chat IRC: NunoLava1998
Re: When your OS goes crazy - Screenshots
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
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
https://github.com/NunoLava1998/DixiumOS
Re: When your OS goes crazy - Screenshots
When I open the overclock settings in my BIOS this happens to my desktop.NunoLava1998 wrote:Code: Print a red z on 0xB800.
Hardware: mkay here's the final result of that
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
Compiler Development Forum
-
- Member
- Posts: 273
- Joined: Sun Oct 09, 2016 4:38 am
- Libera.chat IRC: NunoLava1998
Re: When your OS goes crazy - Screenshots
When i opened the overclock settings in my (OLDER) BIOS after overclocking, well, after a few megahertz, you had to:zenzizenzicube wrote:When I open the overclock settings in my BIOS this happens to my desktop.NunoLava1998 wrote:Code: Print a red z on 0xB800.
Hardware: mkay here's the final result of that
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
https://github.com/NunoLava1998/DixiumOS
- drunkenfox
- Member
- Posts: 46
- Joined: Tue Mar 13, 2012 10:46 pm
Re: When your OS goes crazy - Screenshots
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.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
;goodbye OS, hello BIOS
mov eax, FFFFFFF0h
jmp eax
mov eax, FFFFFFF0h
jmp eax
-
- Member
- Posts: 273
- Joined: Sun Oct 09, 2016 4:38 am
- Libera.chat IRC: NunoLava1998
Re: When your OS goes crazy - Screenshots
Did i put too many newlines?
Developing TRIODIUM OS. Or call it Dixium if you want. It doesn't matter.
https://github.com/NunoLava1998/DixiumOS
https://github.com/NunoLava1998/DixiumOS
- bauen1
- 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
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
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
myunix (version 3) (name suggestions are welcome!)
GPG Key fingerprint: 5ED6 D826 ACD4 3F8E D9D4 FBB2 FF0A AF5E 0812 BA9C
GPG Key fingerprint: 5ED6 D826 ACD4 3F8E D9D4 FBB2 FF0A AF5E 0812 BA9C
Re: When your OS goes crazy - Screenshots
My OS decided that it wanted to create abstract art.
com.sun.java.swing.plaf.nimbus.InternalFrameInternalFrameTitlePaneInternalFrameTitlePaneMaximizeButtonWindowNotFocusedState
Compiler Development Forum
Compiler Development Forum
- TheCool1Kevin
- Posts: 24
- Joined: Fri Oct 14, 2016 7:37 pm
- Location: Canada
- Contact:
Re: When your OS goes crazy - Screenshots
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.
Up above the screen so high, why the hell am I doing this?
Twinkle twinkle little stars, how you litter all over my screen.
LiquiDOS, my weird hobbyist OS.
"Strive for progress, not perfection" - Anonymous
"Strive for progress, not perfection" - Anonymous
Re: When your OS goes crazy - Screenshots
Your width and height changed places or something?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.
Re: When your OS goes crazy - Screenshots
Judging by the flipping, I think the X and Y axes got swapped in the calculation.