Index: boot2.c =================================================================== --- boot2.c (revision 231983) +++ boot2.c (working copy) @@ -224,6 +224,7 @@ uint8_t autoboot; ino_t ino; + opts = 0; kname = NULL; dmadat = (void *)(roundup2(__base + (int32_t)&_end, 0x10000) - __base); v86.ctl = V86_FLAGS; @@ -457,7 +458,7 @@ ? DRV_HARD : 0) + drv; dsk_meta = 0; } - kname = arg; + kname = arg; } arg = p; }