Page 51 of 262

Re: What does your OS look like? (Screen Shots..)

Posted: Mon May 10, 2010 11:17 pm
by serge2k
So far mine doesn't have much.

Not even a name.

Just loads a new GDT, IDT, and has basic keyboard stuff.

Image

I also stuck a question in there. :D

Re: What does your OS look like? (Screen Shots..)

Posted: Tue May 11, 2010 12:30 am
by qw
I think "insert OS name" is a pretty cool name for an OS.

Roel

Re: What does your OS look like? (Screen Shots..)

Posted: Tue May 11, 2010 6:23 am
by js
serge2k: I think it's a nice name too :)

For the keyboard, either you're polling (and you should use IRQs instead), either you're sending the ack too early / not stopping interrupts / something like that.

Re: What does your OS look like? (Screen Shots..)

Posted: Tue May 11, 2010 7:55 am
by serge2k
hmm

my ISR for the keyboard reads from port 60h and then adds it to the standard input for the console and then does the out 20h, 20h (actually I had a rather stupid incident doing out 20, 20 instead...). Is there something else I have to do? I followed this http://wiki.osdev.org/Interrupt_Service ... r_Wrapping essentially.

anyway, just because I wanted to see it do something
Image

you can also see the issue I'm having with the timmerr. I'm having to deliberately type slow to keep it working right.

Re: What does your OS look like? (Screen Shots..)

Posted: Thu May 20, 2010 12:48 am
by chibicitiberiu
Here is mine
Finally got the GDT, the IDT, the ISRs working!!!
I got the GDT, IDT and ISRs working!!! GREAT!!
I got the GDT, IDT and ISRs working!!! GREAT!!

Re: What does your OS look like? (Screen Shots..)

Posted: Thu May 20, 2010 5:20 pm
by Nathan
Nice BSOD copy. At least it's better explanatory than the Microsoft one. ;)

Re: What does your OS look like? (Screen Shots..)

Posted: Fri May 21, 2010 11:39 pm
by chibicitiberiu
Nathan wrote:Nice BSOD copy. At least it's better explanatory than the Microsoft one. ;)
Thanks :) I'm planning on changing the color.. and the name as well... maybe the Purple or Red Screen of Doom

Re: What does your OS look like? (Screen Shots..)

Posted: Sat May 22, 2010 12:16 am
by Neolander
chibicitiberiu wrote:
Nathan wrote:Nice BSOD copy. At least it's better explanatory than the Microsoft one. ;)
Thanks :) I'm planning on changing the color.. and the name as well... maybe the Purple or Red Screen of Doom
If you want something original, remember that RSOD is already taken by Vista for early boot errors ^^

Re: What does your OS look like? (Screen Shots..)

Posted: Sat May 22, 2010 12:43 am
by chibicitiberiu
Neolander wrote:
chibicitiberiu wrote:
Nathan wrote:Nice BSOD copy. At least it's better explanatory than the Microsoft one. ;)
Thanks :) I'm planning on changing the color.. and the name as well... maybe the Purple or Red Screen of Doom
If you want something original, remember that RSOD is already taken by Vista for early boot errors ^^
lol they are both taken red and purple :)) http://en.wikipedia.org/wiki/Screens_of_death

Re: What does your OS look like? (Screen Shots..)

Posted: Sat May 22, 2010 6:43 am
by 500mhz
Image

Uploaded with ImageShack.us

Re: What does your OS look like? (Screen Shots..)

Posted: Sun May 23, 2010 4:59 pm
by Nathan
Nice one!

Re: What does your OS look like? (Screen Shots..)

Posted: Mon May 24, 2010 8:01 am
by chibicitiberiu
Finally I got the keyboard driver working!!! It's still buggy, but it's one step forward :)
CTA screen0.gif
CTA screen0.gif (7.43 KiB) Viewed 4573 times

Re: What does your OS look like? (Screen Shots..)

Posted: Tue May 25, 2010 2:05 pm
by Kevin
Seems we're no longer limited to ctris and hack. ;)

Re: What does your OS look like? (Screen Shots..)

Posted: Tue May 25, 2010 2:07 pm
by quok
Kevin wrote:Seems we're no longer limited to ctris and hack. ;)
Nice job Kevin! Time for me to pull the latest tyndur and build it. :)

Re: What does your OS look like? (Screen Shots..)

Posted: Tue May 25, 2010 2:19 pm
by Kevin
That's always a good plan, of course. ;)

But Supertux depends on several experimental branches, so pulling master won't get you there yet. I could probably provide binaries that run on git master, though.