Page 1 of 1
NASM-RDOFF format
Posted: Sun Jun 13, 2004 11:00 pm
by pepito
Hello:
Somebody knows about the NASM-RDOFF format?
Thank you,
pepito
RE:NASM-RDOFF format
Posted: Tue Jun 22, 2004 11:00 pm
by carbonBased
I've done some work with RDOFF2... I got all my info from the NASM distribution (which describes the RDOFF2 format, and includes a basic linker and other utilities which can come in very handy).
I've implemented a basic run-time RDOFF2 linker into my OS. The code requires some cleanup, but serves me quite well, and is still fairly easy to understand. You can find this the code as part of the NDK operating system on
www.neuraldk.org (rZero.c,h if I recall... it's been a while since I looked at it
)
--Jeff