Basic Compile Troubles
Posted: Tue Mar 19, 2002 12:00 am
First of all, I have a zip file with my test kernel.
Its located at http://208.185.27.162/files/RealModekern.zip
It basically consists of three main files, main.c,
wrapper.s, and kprintf.c
All I want it to do is boot, display a message on the screen,
and then go into an infinite loop.
Here is my problem..
I made the assembly wrapper and assembled it in Nasm using:
nasm -f coff wrapper.s
When I linked 'em, they linked fine (as a .bin file).
However, when I boot, its executes up to the point where it jumps
to the kernel, and then stops, like it doesn't find it.
Can anybody help?
Its located at http://208.185.27.162/files/RealModekern.zip
It basically consists of three main files, main.c,
wrapper.s, and kprintf.c
All I want it to do is boot, display a message on the screen,
and then go into an infinite loop.
Here is my problem..
I made the assembly wrapper and assembled it in Nasm using:
nasm -f coff wrapper.s
When I linked 'em, they linked fine (as a .bin file).
However, when I boot, its executes up to the point where it jumps
to the kernel, and then stops, like it doesn't find it.
Can anybody help?