Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 1995 14:05:11 +0800
From:      e6482208@alpha7.dec.ncku.edu.tw
To:        questions@FreeBSD.org
Message-ID:  <9508180605.AA16718@alpha7.dec.ncku.edu.tw>

next in thread | raw e-mail | index | archive | help
you tell me more about how you're building this kernel?  I need
more details please.  Thank you!

						Jordan

> when I make kernel ,it occurs "chflags :/kernel:No such file or directory
>                                *** Error code 1"
> dear jkh:
>         may u give me some ideal about this ?
>                                thank u
> 

     1 I get /src/ssys.??
     2 cd / cat ssys.?? |gunzip | tar xvf -
     3 edit my kernel config file
 -------    _______________________
 
machine		"i386"
cpu		"I586_CPU"
ident		Superwork
maxusers	16
 
options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options         SYSVMSG,SYSVSEM,SYSVSHM
options         "MAXCONS=2"
 
controller	isa0
controller	pci0
options         PROBE_VERBOSE
 
 
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
 
 
controller	aha0	at isa? port "IO_AHA0" bio irq 11 drq 6 vector ahaintr
 
controller	scbus0
device		sd0
device		cd0	#Only need one of these, the code dynamically grows
 
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
 
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
 
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
device		lpt0	at isa? port? tty irq 7 vector lptintr
 
device de0
device ed0 at isa? port 0x360 net irq  12 iomem 0xd8000 vector edintr
 
pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	tun	1
pseudo-device	pty	64
pseudo-device	gzip		# Exec gzipped a.out's
-------------------------------------------this is  my kernel config file
                4 config superwork (kernel config file)
                5 cd /sys/compile/superwork
                6 make depend all install 
then  ..................some problem  ........

----------------------------
                 my hardward 
             cpu p-100
             aha-1542cf
             scis harddisk
                  cdrom
             32m ram ........
             network ne2000
----------------------------------------------------------
                                   thank u jkh
                                                  Chem_Dowd_Young_JITIN





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