> I am seriously considering adding this to the kernel, but I am not clear
> why the linker needs to be tweaked. Surely the linker just deals with the
> data and bss segments, and leaves the stack and heap to be sorted out at
> load time?

If you went data bss stack heap then yes it would work out. Good point. I was
thinkign the traditional unix data bss heap order

Reply via email to