Hello:
Somebody knows about the NASM-RDOFF format?
Thank you,
pepito
NASM-RDOFF format
RE:NASM-RDOFF format
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
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