plan9fox/sys
cinap_lenrek 4e00cf6b17 pc64: get rid of fixed 8MB INIMAP and dynamically map KZERO-end in l.s
traditionally, the pc kernel mapped the first 8MB of physical
address space. when the kernel size grows beyond that memory mapping,
it will crash on boot and theres no checking in the build process
making sure it fits.

with the pc64 kernel, it is not hard to always map the whole
kernel memory image from KZERO to end[], so that the kernel will
always fit into the initial mapping.
2014-11-15 11:43:05 +01:00
..
doc
games/lib fortunes: (no plan9 to hand) 2014-11-14 12:11:42 -05:00
include libsec: add diffie-hellman functions 2014-09-14 02:29:18 +02:00
lib rootstub: create /sys/src/pkg and /sys/lib/pkg directories 2014-11-13 10:23:53 +01:00
man httpfile(4): document webfs dependency 2014-11-12 12:33:14 +01:00
src pc64: get rid of fixed 8MB INIMAP and dynamically map KZERO-end in l.s 2014-11-15 11:43:05 +01:00