Resources for writing kernel in C
Posted
by anon
on Stack Overflow
See other posts from Stack Overflow
or by anon
Published on 2010-02-27T10:48:13Z
Indexed on
2010/03/12
8:17 UTC
Read the original article
Hit count: 231
I don't want to write my own boot loader -- happy to use Grub.
I just want to implement pre-emptive multi threading, a basic file system, and virtual memory.
I want something that can run on top of qemu.
What's a good resource (book / tutorial) for accomplishing this goal?
Thanks!
© Stack Overflow or respective owner