Page 25 of 55
Re: When your OS goes crazy - Screenshots
Posted: Thu Jul 24, 2014 11:06 pm
by no92
Wow, your Fedora looks awesome! How did you design it like that?
Re: When your OS goes crazy - Screenshots
Posted: Fri Jul 25, 2014 11:04 pm
by Viperidae
no92 wrote:Wow, your Fedora looks awesome! How did you design it like that?
Thanks
I'm using XFCE, that look wasn't hard to achieve. I'm using zukitwo for the window style. The rest was just a matter of configuring XFCE panels (Not hard).
Re: When your OS goes crazy - Screenshots
Posted: Sat Aug 02, 2014 9:34 am
by Synon
timus wrote:Threading make my os look artistic
zrzut ekranu4.png
Does anyone else think this looks a bit like a CPU die? It's like the CPU is drawing itself.
Re: When your OS goes crazy - Screenshots
Posted: Sat Aug 02, 2014 7:21 pm
by Synon
My 64-bit C++ (soon-to-be)exokernel is in the early stages.
I'm having trouble getting GRUB 2's EAX and EBX values from the 32-bit to the 64-bit code. Whether I pass them on the stack or in registers (declaring my C++ function with __attribute__((regparm(2)))), my C++ code is seeing 0 values for each. I don't have a number-printing function that works in protected mode yet but I guess I'll have to write one for debugging.
Re: When your OS goes crazy - Screenshots
Posted: Sat Aug 02, 2014 11:32 pm
by theclockknowsall
This what will happened if you do
Code: Select all
while(CAPS_LOCK) {
put(uppercasekb[scancode]);
break;
}
I hope you guys can help me how the CAPSLOCK work..
Re: When your OS goes crazy - Screenshots
Posted: Sun Aug 24, 2014 1:17 am
by phillid
After a few months' rest, I picked my OS project back up. I had been mid-way through switching over to GRUB2, so I finished that all up, recompiled and booted.
I could swear I didn't change anything except the bootloader, but I
must have been mid-way through more than just a bootloader switch-over...
Re: When your OS goes crazy - Screenshots
Posted: Tue Aug 26, 2014 2:38 pm
by kosmisk
I am trying to do a GTK+ port, but the font is ugly.
Re: When your OS goes crazy - Screenshots
Posted: Thu Aug 28, 2014 4:39 pm
by Peterbjornx
Working on a panic screen (i sampled the greyscale of the previous pixel instead of current one)
Re: When your OS goes crazy - Screenshots
Posted: Fri Sep 05, 2014 9:12 am
by zhiayang
Hahaha what
EDIT:
aha, I used used 'memcpy' instead of 'memset' with the same arguments.
Re: When your OS goes crazy - Screenshots
Posted: Mon Sep 08, 2014 9:38 pm
by RikudoTenshu
Relatively new to OS development. just added a prototype printk() function. this is what happened:
It goes on and on
forever
Re: When your OS goes crazy - Screenshots
Posted: Mon Sep 08, 2014 10:03 pm
by b.zaar
RikudoTenshu wrote:Relatively new to OS development. just added a prototype printk() function. this is what happened:
It goes on and on
forever
Neo?
Take the blue pill...
Re: When your OS goes crazy - Screenshots
Posted: Tue Sep 09, 2014 12:51 am
by RikudoTenshu
b.zaar wrote:RikudoTenshu wrote:Relatively new to OS development. just added a prototype printk() function. this is what happened:
It goes on and on
forever
Neo?
Take the blue pill...
But
what is the illusion?
Re: When your OS goes crazy - Screenshots
Posted: Tue Sep 09, 2014 1:05 am
by Combuster
The illusion that a null terminator powers your world.
Re: When your OS goes crazy - Screenshots
Posted: Tue Sep 09, 2014 9:15 am
by max
lol
vbe mode with wrong pixel calculation. looks funky
Re: When your OS goes crazy - Screenshots
Posted: Wed Sep 10, 2014 9:10 am
by hometue
max wrote:lol
vbe mode with wrong pixel calculation. looks funky
Looks trippy...except I can still read the text. Also on closer inspection the image does have the text "Ghost", but in a ghost-like manner. Is the pun intended?