K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1994-10-06T09:22:47.000000Z K 7 svn:log V 641 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. END