9fefd40478
breaks zero-extension of the 16-bit memory size return from the BIOS. on at least one system, the trash left in the upper half of %eax causes the kernel to crash during VM system initialization when it thinks it has on the order of 2**31 bytes of memory to play with. We now *say* mov %eax,%ebx, but *mean* mov %ax,%bx.. |
||
---|---|---|
bin | ||
distrib | ||
etc | ||
games | ||
gnu | ||
include | ||
lib | ||
libexec | ||
regress | ||
sbin | ||
share | ||
sys | ||
usr.bin | ||
usr.sbin | ||
Makefile |