Kernel Writing

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
padhy
Posts: 1
Joined: Sat May 03, 2008 12:45 am

Kernel Writing

Post 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?
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post 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
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
Post Reply