Port-m68k archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD/virt68k live-image



> This is probably something that needs the much-discussed 68K page table improvements to build, right? Otherwise even with 8KB pages 68K is still limited to 960MB address space.
> 
> That had been enough for me to build git on my HP 9000-433s, but I can imagine there are packages that need 1GB or more address space to build these days, probably including LLVM et al.

Actual limitation is:

- ~960MB kernel address space (with 8KB page size) by default
 - this can be bumped by increasing MAXKL2SIZE in <m68k/pmap_motorola.h>

- ~480MB user address space (with 8KB page size) and no easy workaround
   to bump this limitation

---
Izumi Tsutsui


Home | Main Index | Thread Index | Old Index