Search found 1 match
- Sun Aug 10, 2008 4:18 pm
- Forum: Beginning OS Development
- Topic: Writing my own OS
- Replies: 20
- Views: 87196
Writing my own OS
Hi all; I have been trying to write a small operating system by myself. I have compiled a small C kernel for myself. However the only boot loader that I can write in ASM is one that says hello world. I would like my boot loader to load my kernel into the memory and then execute it. I want to boot fr...