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.
isaacwoods
Member
Member
Posts: 47
Joined: Sun Sep 06, 2015 5:40 am

Re: When your OS goes crazy - Screenshots

Post by isaacwoods »

cheapskate01 wrote: I have no Idea how to fix it. No matter what I do, the background is green.
Looks like you need to check how your VGA entries are constructed.
apamment
Member
Member
Posts: 28
Joined: Thu Aug 20, 2015 9:02 pm
Contact:

Re: When your OS goes crazy - Screenshots

Post by apamment »

Image

It doesn't look all that crazy, but it is driving me crazy. The clock app won't run after wallpaper app. Somewhere I'm corrupting memory for sure.
User avatar
mallardest
Posts: 9
Joined: Mon Dec 28, 2015 7:36 pm
Libera.chat IRC: mallard

Re: When your OS goes crazy - Screenshots

Post by mallardest »

cheapskate01 wrote:Image
My failure to add a clear screen function :/
I have no Idea how to fix it. No matter what I do, the background is green.
Is this a screenshot for ants? :wink:
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 »

cheapskate01 wrote:Image
My failure to add a clear screen function :/
I have no Idea how to fix it. No matter what I do, the background is green.

Great screenshot dude, btw I really really love the look of your text editor. I see you use linux and what kind of a theme is that is there any way to download that editor? I really want to know.
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
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 »

That's GitHub Atom. Probably with the default theme.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
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:That's GitHub Atom. Probably with the default theme.
Thanks for telling me, but I can't install it on Manjaro(Arch x64) for some reason installation fails every time. :/
OS: Basic OS
About: 32 Bit Monolithic Kernel Written in C++ and Assembly, Custom FAT 32 Bootloader
ostylk
Posts: 9
Joined: Fri Feb 13, 2015 12:38 pm

Re: When your OS goes crazy - Screenshots

Post by ostylk »

I've installed the editor without problems on my arch linux installation(x64). Make sure you have the dependencies installed. I'm sure there was a command especially for arch like system. You were able to copy and paste it 1:1 into terminal.
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 »

@thehardcoreOS: try this.
Last edited by Roman on Tue Jan 26, 2016 3:40 pm, edited 1 time in total.
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay
cheapskate01
Member
Member
Posts: 58
Joined: Sat Aug 01, 2015 9:05 pm

Re: When your OS goes crazy - Screenshots

Post by cheapskate01 »

thehardcoreOS wrote:
cheapskate01 wrote:Image
My failure to add a clear screen function :/
I have no Idea how to fix it. No matter what I do, the background is green.

Great screenshot dude, btw I really really love the look of your text editor. I see you use linux and what kind of a theme is that is there any way to download that editor? I really want to know.
Yes, I am using Github Atom with default theme on elementary OS (don't use it, so many bugs make it unsuitable for use). It works with all of the Ubuntu derivatives I've tried. I want to switch to bsd but the lack of drivers and support for stuff kills me :(.
"That I'm in forum signatures is just a sign the invasion of sortie is nearing completion. Soon you'll all have to become me to defeat me." ~ Sortie
isaacwoods
Member
Member
Posts: 47
Joined: Sun Sep 06, 2015 5:40 am

Re: When your OS goes crazy - Screenshots

Post by isaacwoods »

cheapskate01 wrote:Yes, I am using Github Atom with default theme on elementary OS (don't use it, so many bugs make it unsuitable for use).
Really? I've got it installed on elementary OS, and it works without a hitch. Almost no use without at least a dozen plugins, but it works fine.
cheapskate01
Member
Member
Posts: 58
Joined: Sat Aug 01, 2015 9:05 pm

Re: When your OS goes crazy - Screenshots

Post by cheapskate01 »

BaconWraith wrote:
cheapskate01 wrote:Yes, I am using Github Atom with default theme on elementary OS (don't use it, so many bugs make it unsuitable for use).
Really? I've got it installed on elementary OS, and it works without a hitch. Almost no use without at least a dozen plugins, but it works fine.
Huh. Must've been my old computer parts. I've just upgraded, but the lack of support for even some old stuff deters me from using their OS.
"That I'm in forum signatures is just a sign the invasion of sortie is nearing completion. Soon you'll all have to become me to defeat me." ~ Sortie
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 »

cmpxchg64 wrote:Image

That's the result of transfering 5 2/3rds 24-bit pixels via the SSE movdqa into the framebuffer. The 24-bit pixel format is the most tricky one to get right, innit?
That effect would actually be cool for a filter in photoshop or whatever.
;goodbye OS, hello BIOS
mov eax, FFFFFFF0h
jmp eax
User avatar
BrightLight
Member
Member
Posts: 901
Joined: Sat Dec 27, 2014 9:11 am
Location: Maadi, Cairo, Egypt
Contact:

Re: When your OS goes crazy - Screenshots

Post by BrightLight »

I was fixing my ATA driver... and I broke it. :(
No big deal, I am anyway going to rewrite a new driver that utilizes DMA instead of PIO.
Attachments
broken ata.png
You know your OS is advanced when you stop using the Intel programming guide as a reference.
chen
Posts: 2
Joined: Fri Apr 01, 2016 9:30 pm
Libera.chat IRC: CHEN

Re: When your OS goes crazy - Screenshots

Post by chen »

:^o
it's crazy,uhu........
so small.
iii.png
chen
Posts: 2
Joined: Fri Apr 01, 2016 9:30 pm
Libera.chat IRC: CHEN

Re: When your OS goes crazy - Screenshots

Post by chen »

apamment wrote:Image

It doesn't look all that crazy, but it is driving me crazy. The clock app won't run after wallpaper app. Somewhere I'm corrupting memory for sure.
beatiful,good job!
Post Reply