Subject: where the kernel is loaded To: None <port-macppc@netbsd.org> From: Andy <andy@softbook.com> List: port-macppc Date: 12/20/1999 16:47:52
From the kernel makefile:
LINKFLAGS= -N -Ttext 100000 -e __start
I assume that 100000 is the address in memory where the kernel image is loaded
Is that correct?
If so how is this determined?
TIA
Andy