When your OS goes crazy - Screenshots
-
- Member
- Posts: 307
- Joined: Wed Oct 30, 2013 1:57 pm
- Libera.chat IRC: no92
- Location: Germany
- Contact:
Re: When your OS goes crazy - Screenshots
Wow, your Fedora looks awesome! How did you design it like that?
Re: When your OS goes crazy - Screenshots
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).no92 wrote:Wow, your Fedora looks awesome! How did you design it like that?
Re: When your OS goes crazy - Screenshots
Does anyone else think this looks a bit like a CPU die? It's like the CPU is drawing itself.timus wrote:Threading make my os look artistic
Re: When your OS goes crazy - Screenshots
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.
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.
-
- Posts: 4
- Joined: Wed Jun 04, 2014 10:11 pm
Re: When your OS goes crazy - Screenshots
This what will happened if you do
I hope you guys can help me how the CAPSLOCK work..
Code: Select all
while(CAPS_LOCK) {
put(uppercasekb[scancode]);
break;
}
I hope you guys can help me how the CAPSLOCK work..
Hi there! Have you ever wondered a software that only fits to your pc? then what are you waiting for?? See now!
http://www.hilix.esy.es
http://www.hilix.esy.es
Re: When your OS goes crazy - Screenshots
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...
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...
phillid - Newbie-ish operating system developer with a toy OS on the main burner
Re: When your OS goes crazy - Screenshots
I am trying to do a GTK+ port, but the font is ugly.
-
- Member
- Posts: 116
- Joined: Thu May 06, 2010 4:34 am
- Libera.chat IRC: peterbjornx
- Location: Leiden, The Netherlands
- Contact:
Re: When your OS goes crazy - Screenshots
Working on a panic screen (i sampled the greyscale of the previous pixel instead of current one)
Re: When your OS goes crazy - Screenshots
Hahaha what
EDIT:
aha, I used used 'memcpy' instead of 'memset' with the same arguments.
EDIT:
aha, I used used 'memcpy' instead of 'memset' with the same arguments.
[nx] kernel: http://github.com/zhiayang/nx
-
- Posts: 3
- Joined: Sat Mar 08, 2014 10:11 pm
Re: When your OS goes crazy - Screenshots
Relatively new to OS development. just added a prototype printk() function. this is what happened:
It goes on and on forever
It goes on and on forever
Re: When your OS goes crazy - Screenshots
Neo?RikudoTenshu wrote:Relatively new to OS development. just added a prototype printk() function. this is what happened:
It goes on and on forever
Take the blue pill...
"God! Not Unix" - Richard Stallman
Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
Website: venom Dev
OS project: venom OS
Hexadecimal Editor: hexed
-
- Posts: 3
- Joined: Sat Mar 08, 2014 10:11 pm
Re: When your OS goes crazy - Screenshots
But what is the illusion?b.zaar wrote:Neo?RikudoTenshu wrote:Relatively new to OS development. just added a prototype printk() function. this is what happened:
It goes on and on forever
Take the blue pill...
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
Re: When your OS goes crazy - Screenshots
The illusion that a null terminator powers your world.
Re: When your OS goes crazy - Screenshots
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?
CookieOS. Want a cookie? Its only black and white for now though, probably as bad as my baking skills.