freebsd-src/sys/amd64
Rodney W. Grimes 0b62704dc3 1. Eliminate unused esym global from locore, our boot code never supported
that and when it does it will be done differently.

2.  The kernel now does a frame setup on entry so it ``looks'' like a
    real function call.  This will be needed by future boot code and
    debuggers.

3.  Clean up stack offsets to all be in decimal and use %ebp when copying
    parameters in from the boot code.

4.  Implement version 1 of the uniform boot code passing mechanism with
    support for kernelname passing and nfs_diskless structure passing.

5.  Document the 3 different ways the kernel is called depending on what code
    is calling it.
1994-10-06 09:22:47 +00:00
..
amd64 1. Eliminate unused esym global from locore, our boot code never supported 1994-10-06 09:22:47 +00:00
include CPU_DISRTCSET added to disable resettodr(), needed in adjkerntz -i, 1994-10-04 18:25:51 +00:00
isa Add disable_rtc_set variable to block resettodr() call, needed for 1994-10-04 18:39:10 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00