In the guest directory the line that LD uses to make the final object has
kernel: $(OBJS)
$(CC) -o kernel -Wl, -Ttext, 0x100000 -nostartfiles -nostdlib
$(OBJS)
BeOS does not like the .text section at this location Can this BE ;-)
changed or is this critical to the operation of the test kernels? My
second question is does anyone have any idea why BeOS' compiler spits out
"NOT ENOUGH ROOM FOR PROGRAM HEADERS" when -Ttext,0x100000 is left in the
options list? The objects compile successfully if the compiler is allowed
to place the .text section.
Nick