Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2004 11:30:31 +0100
From:      Harald Schmalzbauer <h@schmalzbauer.de>
To:        freebsd-current@freebsd.org
Subject:   Re: "nanobsd" prototype
Message-ID:  <200403111130.40921.h@schmalzbauer.de>
In-Reply-To: <36090.1078874197@critter.freebsd.dk>
References:  <36090.1078874197@critter.freebsd.dk>

next in thread | previous in thread | raw e-mail | index | archive | help

--Boundary-03=_Q/DUA2/8SgeDlQR
Content-Type: multipart/mixed;
  boundary="Boundary-01=_H/DUAMGWRDVD1BA"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

--Boundary-01=_H/DUAMGWRDVD1BA
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline

Am Mittwoch, 10. M=E4rz 2004 00:16 schrieb Poul-Henning Kamp:
> This patch contains my "nanobsd" prototype which I have been mumbling
> about.
*SNIP*
> --- /dev/null	Wed Mar 10 00:02:50 2004
> +++ make.conf	Tue Mar  9 22:50:34 2004
> @@ -0,0 +1,31 @@
> +NO_SENDMAIL=3Dyes
> +NO_KERBEROS=3Dyes
> +NO_IPFILTER=3Dyes
> +NO_LPR=3Dyes
> +NO_I4B=3Dyes
> +NO_CXX=3Dyes
> +NO_FORTRAN=3Dyes
> +NO_OBJC=3Dyes
> +NOHTML=3Dyes
> +NO_GDB=3Dyes
> +NO_GCOV=3Dyes
> +NOINET6=3Dyes
> +NORADIUS=3Dyes
> +NOPROFILE=3Dyes
> +NOLIBPTHREAD=3Dyes
> +NOLIBTHR=3Dyes
> +#NO_YP_LIBC=3Dyes
> +NO_HESIOD_LIBC=3Dyes
> +NO_SHAREDOCS=3Dyes
> +NO_CVS=3Dyes
> +NOMAN=3Dyes
> +NOATM=3Dyes
> +NO_USB=3Dyes
> +NO_VINUM=3Dyes
> +NO_TOOLCHAIN=3Dyes
> +NO_ACPI=3Dyes
> +NO_RESCUE=3Dyes
> +NOGAMES=3Dyes
> +NOINFO=3Dyes
> +NO_MODULES=3Dyes
> +NO_PF=3DYES

Hi Poul-Henning.

currently I'm doing a new 4501 setup and saw your patch. Nice to have, like=
=20
you mentiond there're better things todo than to reinvent the wheel.
But one question: Have you tried running ssh?
When I made may world without kerberos but with ssh (which you also do with=
=20
this make.conf) sshd refudes to start since libgssapi* was mising.
Another question: I have a hifn coproz from soekris. Is ist possible to=20
compile ssh in a way that it makes use of it?
Perhaps you (as the soekris entity itself) could have a quick look at my=20
kernel conf (it's short!).

Thank you,

=2DHarry

--Boundary-01=_H/DUAMGWRDVD1BA
Content-Type: text/plain;
  charset="iso-8859-1";
  name="STITH"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
	filename="STITH"

########################################
## Kernel for Soekris ##
########################################

## Generic Config
#-------------------
machine		i386
cpu		I486_CPU
cpu		I586_CPU
ident		STITH
options 	SCHED_4BSD		#4BSD scheduler
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options         HZ=1000
options         CPU_ELAN
options		CPU_SOEKRIS
options         CPU_ELAN_PPS
options         PPS_SYNC
options         HW_WDOG
options         SW_WATCHDOG
options		NO_SWAPPING
options         INIT_PATH=/sbin/init
options         PANIC_REBOOT_WAIT_TIME=1

## Buses
#------------------
device		npx
device		isa
device		pci

## ISA-Controller
#----------------
device		sio		# 8250, 16[45]50 based serial ports

## PCI-Controller
#------------------
device		ata

## Devices with their options
#----------------------------
#+++++ IDE ++++++
device		atadisk			# ATA disk drives
options 	ATA_STATIC_ID		#Static device numbering
options 	FFS			#Berkeley Fast Filesystem

#+++++ Netzwerk +++++
device		miibus		# MII bus support
device		sis
device		wi
options         PFIL_HOOKS
device		pf
device		pflog
device		pfsync
options         DEVICE_POLLING
options 	INET			#InterNETworking
options		INET6
options		FAST_IPSEC              #new IPsec (cannot define w/ IPSEC)
options         RANDOM_IP_ID
options         TCP_DROP_SYNFIN
options         ZERO_COPY_SOCKETS
options         MROUTING                # Multicast routing
#options         BRIDGE
options         NETGRAPH                #netgraph(4) system
options         NETGRAPH_BPF
options         NETGRAPH_BRIDGE
options         NETGRAPH_CISCO
options         NETGRAPH_ECHO
options         NETGRAPH_ETHER
options         NETGRAPH_GIF
options         NETGRAPH_GIF_DEMUX
options         NETGRAPH_HOLE
options         NETGRAPH_IFACE
options         NETGRAPH_IP_INPUT
options         NETGRAPH_KSOCKET
options         NETGRAPH_L2TP
options         NETGRAPH_LMI
#options		NETGRAPH_MPPC_COMPRESSION
options         NETGRAPH_MPPC_ENCRYPTION
options         NETGRAPH_ONE2MANY
options         NETGRAPH_PPP
options         NETGRAPH_PPPOE
options         NETGRAPH_PPTPGRE
options         NETGRAPH_RFC1490
options         NETGRAPH_SOCKET
options         NETGRAPH_SPLIT
options         NETGRAPH_TEE
options         NETGRAPH_TTY
options         NETGRAPH_UI
options         NETGRAPH_VJC

#+++++ CRYPTO ++++++
device          crypto          # core crypto support
device          cryptodev       # /dev/crypto for access to h/w
device          rndtest         # FIPS 140-2 entropy tester
device          hifn            # Hifn 7951, 7781, etc.
options         HIFN_RNDTEST    # enable rndtest support


## Pseudo Devices
#----------------
device		random		# Entropy device
device		loop		# Network loopback
device		ether		# Ethernet support
device		pty		# Pseudo-ttys (telnet etc)
device		md		# Memory "disks"
device		bpf		# Berkeley packet filter
device		gre
device		wlan
device          gif		#IPv6 and IPv4 tunneling
device          faith		#for IPv6 and IPv4 translation

--Boundary-01=_H/DUAMGWRDVD1BA--

--Boundary-03=_Q/DUA2/8SgeDlQR
Content-Type: application/pgp-signature
Content-Description: signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQBAUD/QBylq0S4AzzwRAvX3AJ4oB+cs1ACtUBNJGeGP6U8NTF0pKwCdFwwj
CEz5644PBchmZti6ELp5w8M=
=W73Y
-----END PGP SIGNATURE-----

--Boundary-03=_Q/DUA2/8SgeDlQR--



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