
fixes an assert() firing when starting X. thanks to the report by pikpik. . NO_MEM was 0, which is actually an existing piece of physical memory. it can't be allocated because it's reserved for bios data (by the kernel), but it can be mapped in (e.g. by X), causing sanity check disaster. . NONCONTIGUOUS is also obsolete as all allocations are single-page now, i.e. NONCONTIGUOUS is really the default and only mode.
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%