new filesystem stuff isn't in yet

This commit is contained in:
glass 1994-05-30 07:26:19 +00:00
parent 9c003aed46
commit 61cb3f2f8f
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,7 @@
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* from: @(#)machdep.c 8.3 (Berkeley) 1/12/94 * from: @(#)machdep.c 8.3 (Berkeley) 1/12/94
* $Id: machdep.c,v 1.5 1994/05/27 09:03:41 glass Exp $ * $Id: machdep.c,v 1.6 1994/05/30 07:26:19 glass Exp $
*/ */
/* from: Utah Hdr: machdep.c 1.63 91/04/24 */ /* from: Utah Hdr: machdep.c 1.63 91/04/24 */
@ -277,10 +277,12 @@ mach_init(argc, argv, code, cv)
* Check to see if a mini-root was loaded into memory. It resides * Check to see if a mini-root was loaded into memory. It resides
* at the start of the next page just after the end of BSS. * at the start of the next page just after the end of BSS.
*/ */
#if defined(XXXXX)
if (boothowto & RB_MINIROOT) { if (boothowto & RB_MINIROOT) {
boothowto |= RB_DFLTROOT; boothowto |= RB_DFLTROOT;
v += mfs_initminiroot(v); v += mfs_initminiroot(v);
} }
#endif
#endif #endif
/* /*