freebsd-skq/sys/i386
bde d9c3bcb21b Increased the double fault stack size from 512 to PAGE_SIZE. This is
wasteful, but better than clobbering the variables below the stack.
About 300 bytes of variables were clobbered when I examined double
faults using ddb.  Perhaps a page that is known not to be accessed by
the double fault handler could be used.  Such pages are not easy to
find, since the double fault handler calls panic() which calls sync()
and possibly dumpsys().
1995-12-22 18:17:34 +00:00
..
apm Cleanup. 1995-12-22 13:08:27 +00:00
bios Cleanup. 1995-12-22 13:08:27 +00:00
boot Removed bogus padding that wasted 0x500 bytes. 1995-11-18 05:25:24 +00:00
conf i386/i386/conf.c is no longer needed.. remove it from files.i386 1995-12-21 20:09:46 +00:00
eisa Completed function declarations and added prototypes. Sorted prototypes. 1995-12-14 23:26:53 +00:00
i386 Increased the double fault stack size from 512 to PAGE_SIZE. This is 1995-12-22 18:17:34 +00:00
ibcs2 Update ibcs2 to use the new ps_strings / stack gap arrangements.. 1995-12-09 04:33:27 +00:00
include Implemented a (sorely needed for years) double fault handler to catch stack 1995-12-19 14:30:50 +00:00
isa Typo in my last commit. 1995-12-22 15:52:07 +00:00
linux Update linux_ipc.c to use the now generated prototypes for the shm* calls 1995-12-15 05:07:20 +00:00
pci Completed function declarations and/or added prototypes and/or added 1995-12-16 00:27:59 +00:00
scsi Completed function declarations and added prototypes. Sorted prototypes. 1995-12-15 23:49:42 +00:00
Makefile This commit was manufactured by cvs2svn to create branch 'AMANCIO'. 1994-04-23 01:55:46 +00:00