Boot my kernel!

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
Boot

Boot my kernel!

Post by Boot »

The Assembly start up code is now finished with the start up process.  The higher-level C code is now called to finalize the initialization process of the kernel by setting up the IDT and completing the structure of the process table.  Upon successful return the GDT and IDT are made effective by loading the proper registers the main() C function is called.  Otherwise if failure was detected, the machine is halted.
Moose

RE:Boot my kernel!

Post by Moose »

So what are you saying. You want someone to try to boot your kernel?

Well, what is your kernel and where can someone get it?

Why not boot it yourself?

Moose.
Post Reply