Page 1 of 1

Kernel Writing

Posted: Fri Jun 13, 2008 11:56 pm
by padhy
I started writing a new kernel with OS dev baby steps. I finished all the booting part and now able to load the kernel which only displays Hello mesg. Now can anyone guide me which direction should I proceed?

Posted: Sat Jun 14, 2008 12:58 am
by piranha
http://www.osdev.org/wiki/What_order_sh ... _things_in

I suggest setting up a GDT, IDT and get interrupts and exception handling working.

-JL