Subject: Newbie kernal compile
To: None <port-i386@netbsd.org>
From: faisal <faisal_gillani@flashmail.com>
List: port-i386
Date: 10/18/2000 22:47:33
I am compiling my first kernal but it is giving error in line 5 syntax error

please tell it to me

"# $NetBSD: GENERIC,v 1.231.2.8 2000/01/31 18:53:19 he Exp $
#
# GENERIC -- everything that's currently supported
#

include "arch/i386/conf/std.i386"

maxusers 32  # estimated number of users

# CPU support.  At least one is REQUIRED.
options  I386_CPU
options  I486_CPU
options  I586_CPU
options  I686_CPU

# CPU-related options.
options  MATH_EMULATE # floating point emulation
#options  VM86  # virtual 8086 emulation
options  USER_LDT # user-settable LDT; used by WINE
# eliminate delay no-ops in I/O; recommended on all but very old machines
#options  DUMMY_NOPS
"