freebsd-nq/sys/i386
Bruce Evans 54d024041c locore.s:
Build a dummy frame at the top of tmpstk to help debuggers trace the stack
when the system is idle.

swtch.s: idle():
Initialize the frame pointer so that debuggers don't try to trace a bogus
stack.

Load the frame pointer, load the stack pointer and switch out the old
stack in the unique order that never leaves one of the pointers pointers
invalid so that debuggers can trace idle().  Disabling interrupts
provides sufficient validity for normal operation, but debuggers use
(trace) traps.
1994-10-30 20:09:13 +00:00
..
apm Got rid of "APM" macro. Now only NAPM is needed to activate the APM stuff. 1994-10-10 01:14:03 +00:00
bios Got rid of "APM" macro. Now only NAPM is needed to activate the APM stuff. 1994-10-10 01:14:03 +00:00
boot A new Makefile, which is more our kind of makefile. 1994-10-28 22:13:22 +00:00
conf IP Firewall code from Daniel Boulet and J.S.Antsilevich 1994-10-28 15:09:49 +00:00
eisa Finished device configuration database work for all ISA devices (except `ze') 1994-10-23 21:28:03 +00:00
i386 locore.s: 1994-10-30 20:09:13 +00:00
ibcs2 First shot README file for iBCS support 1994-10-23 19:20:57 +00:00
include Included the command definition for FD_DEBUG. 1994-10-30 19:17:39 +00:00
isa Several minor fixes to the floppy driver: 1994-10-30 20:04:40 +00:00
pci Submitted by: Paul F. Werkowski 1994-10-30 00:30:27 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00