PEBKAC style OS development problems
Posted: Sat Jul 12, 2003 7:52 am
I am very new to OS development so please excues me if I make huge mistakes in any of my code etc...
I am writing an operating system that uses the GRUB boot loader to create a protected mode environment. It then prints some text and halts for the moment.
I have been browsing the net - but much to my disapointment all the help on setting up an IDT has only made me more confused.
Basically what I want to be able to do is to set up some interupt control so I can use the keyboard for input in protected mode.
How do you set up a working IDT that links to appropriate ISR functions to actully do stuff ;D
My source code is here http://ucosty.is-a-geek.net:1200/offsite/uCostyOS.zip
If this link does not work it is also attatched to this post without the image (takes over 30kb with :S)
It has a working boot image inside.
[attachment deleted by admin]
I am writing an operating system that uses the GRUB boot loader to create a protected mode environment. It then prints some text and halts for the moment.
I have been browsing the net - but much to my disapointment all the help on setting up an IDT has only made me more confused.
Basically what I want to be able to do is to set up some interupt control so I can use the keyboard for input in protected mode.
How do you set up a working IDT that links to appropriate ISR functions to actully do stuff ;D
My source code is here http://ucosty.is-a-geek.net:1200/offsite/uCostyOS.zip
If this link does not work it is also attatched to this post without the image (takes over 30kb with :S)
It has a working boot image inside.
[attachment deleted by admin]