Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Jul 1999 08:44:35 +0930 (CST)
From:      Greg Lewis <glewis@ares.maths.adelaide.edu.au>
To:        "Larry W. Cashdollar" <lwcashd@biw.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Kernel compiliation Errors.
Message-ID:  <199907302314.IAA41689@ares.maths.adelaide.edu.au>
In-Reply-To: <19990730100301.A21840@biw.com> from "Larry W. Cashdollar" at "Jul 30, 1999 10:03:01 am"

next in thread | previous in thread | raw e-mail | index | archive | help
> This is an error I get when I run the following command:
> 
>  test# /usr/sbin/config VAPID
> config: line 1: Unknown machine type
> config: line 1: syntax error
> config: line 3: syntax error
> config: line 20: syntax error
> config: line 21: syntax error
> config: line 23: syntax error
> Specify machine type, e.g. ``machine vax''
> 
> The lines are as follows:
> 
>       1 machine         i386
>       2 #cpu            I386_CPU
>       3 cpu             I486_CPU
>      21 options         CD9660_ROOT             #CD-ROM usable as root. "CD9660"
>      22 options         PROCFS                  #Process filesystem
>      23 options         COMPAT_43               #Compatible with BSD 4.3 [KEEP T

Some of these should be quoted I believe, e.g.

machine         "i386"
cpu             "I386_CPU"
cpu             "I486_CPU"

options         "COMPAT_43"             #Compatible with BSD 4.3 [KEEP THIS!]

-- 
Greg Lewis 				glewis@trc.adelaide.edu.au
Computing Officer			+61 8 8303 5083
Teletraffic Research Centre


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907302314.IAA41689>