I guess PE will be a lot easier. Since I will need to use relocation and code modification later on.
Now I am using Watcom C/C++ 11.0c and NASM and the Watcom linker I belive can do PE. Will I need to patch the executeable?
What about a bootloader? How does one go about implementing that?
Kernel Executable format
- kataklinger
- Member
- Posts: 381
- Joined: Fri Nov 04, 2005 12:00 am
- Location: Serbia
http://www.osdev.org/osfaq2/index.php/Visual%20C
There you can see some things consernig PE format and how bootloader can treat it!
There you can see some things consernig PE format and how bootloader can treat it!
- samueldotj
- Member
- Posts: 32
- Joined: Mon Nov 13, 2006 12:24 am