NetBSD/sys/arch/i386
fvdl 14c70e4627 Put an unmapped page below the kernel stack (and above struct user) to
catch kernel stack overflows. This bumps UPAGES from 2 to 4 (one unmapped),
because struct user take 1 page then there's the unmapped page, and
then the 2 pages for the kernel stack. If the NOREDZONE option is
set, UPAGES is 2 as before, and no unmapped page is used.
2002-10-06 12:35:16 +00:00
..
acpi Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
bios Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
bioscall Rebuild after my re-arrangement of GDT entries, since this code depends on 2002-01-23 15:05:33 +00:00
compile
conf add [commented out] cgd's to generic kernel configs. 2002-10-05 16:02:38 +00:00
eisa Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
gdbscripts Rename "stack" to "stacktrace" and have "stack" call "stacktrace $ebp $eip" 2000-06-08 14:42:11 +00:00
i386 Put an unmapped page below the kernel stack (and above struct user) to 2002-10-06 12:35:16 +00:00
include Protect against multiple inclusion. 2002-10-05 21:27:52 +00:00
isa Define XINTR_TSS 2002-10-05 21:29:01 +00:00
mca Merge Bill Sommerfeld's i386 MP branch. This code has some known 2002-10-01 12:56:36 +00:00
pci Tidy up CFATTACH_DECL() formatting. 2002-10-02 05:47:08 +00:00
pnpbios If we don't get record drq from pnpbios, set it to play drq. 2002-10-03 03:02:11 +00:00
stand make vers.c depend on ${SOURCES} and remove .PHONY tag for it, so that it 2002-09-02 07:33:11 +00:00
Makefile Remove gratuitous setting of SYSDIR; 2001-04-03 17:12:23 +00:00