What does your OS look like? (Screen Shots..)
Re: What does your OS look like? (Screen Shots..)
So far mine doesn't have much.
Not even a name.
Just loads a new GDT, IDT, and has basic keyboard stuff.
I also stuck a question in there.
Not even a name.
Just loads a new GDT, IDT, and has basic keyboard stuff.
I also stuck a question in there.
Re: What does your OS look like? (Screen Shots..)
I think "insert OS name" is a pretty cool name for an OS.
Roel
Roel
Re: What does your OS look like? (Screen Shots..)
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.
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..)
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
you can also see the issue I'm having with the timmerr. I'm having to deliberately type slow to keep it working right.
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
you can also see the issue I'm having with the timmerr. I'm having to deliberately type slow to keep it working right.
-
- Member
- Posts: 68
- Joined: Thu May 28, 2009 11:46 pm
Re: What does your OS look like? (Screen Shots..)
Here is mine
Finally got the GDT, the IDT, the ISRs working!!!
Finally got the GDT, the IDT, the ISRs working!!!
Tibi,
Currently working on the Lux Operating System
Currently working on the Lux Operating System
Re: What does your OS look like? (Screen Shots..)
Nice BSOD copy. At least it's better explanatory than the Microsoft one.
-
- Member
- Posts: 68
- Joined: Thu May 28, 2009 11:46 pm
Re: What does your OS look like? (Screen Shots..)
Thanks I'm planning on changing the color.. and the name as well... maybe the Purple or Red Screen of DoomNathan wrote:Nice BSOD copy. At least it's better explanatory than the Microsoft one.
Tibi,
Currently working on the Lux Operating System
Currently working on the Lux Operating System
Re: What does your OS look like? (Screen Shots..)
If you want something original, remember that RSOD is already taken by Vista for early boot errors ^^chibicitiberiu wrote:Thanks I'm planning on changing the color.. and the name as well... maybe the Purple or Red Screen of DoomNathan wrote:Nice BSOD copy. At least it's better explanatory than the Microsoft one.
-
- Member
- Posts: 68
- Joined: Thu May 28, 2009 11:46 pm
Re: What does your OS look like? (Screen Shots..)
lol they are both taken red and purple ) http://en.wikipedia.org/wiki/Screens_of_deathNeolander wrote:If you want something original, remember that RSOD is already taken by Vista for early boot errors ^^chibicitiberiu wrote:Thanks I'm planning on changing the color.. and the name as well... maybe the Purple or Red Screen of DoomNathan wrote:Nice BSOD copy. At least it's better explanatory than the Microsoft one.
Tibi,
Currently working on the Lux Operating System
Currently working on the Lux Operating System
-
- Member
- Posts: 68
- Joined: Thu May 28, 2009 11:46 pm
Re: What does your OS look like? (Screen Shots..)
Finally I got the keyboard driver working!!! It's still buggy, but it's one step forward
Tibi,
Currently working on the Lux Operating System
Currently working on the Lux Operating System
Re: What does your OS look like? (Screen Shots..)
Seems we're no longer limited to ctris and hack.
Re: What does your OS look like? (Screen Shots..)
Nice job Kevin! Time for me to pull the latest tyndur and build it.Kevin wrote:Seems we're no longer limited to ctris and hack.
Re: What does your OS look like? (Screen Shots..)
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.
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.