07b064e02e
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will only support Ethernet. Tcpdump itself should be ok, but libpcap needs lot of work. For the detailed change history, look at the commit log entries for the is-newarp branch.
10 lines
266 B
Plaintext
10 lines
266 B
Plaintext
# $NetBSD: RAMDISK,v 1.11 1997/03/15 18:09:54 is Exp $
|
|
#
|
|
# Generic mac68k kernel with built-in RAM disk image.
|
|
|
|
include "arch/mac68k/conf/GENERIC"
|
|
|
|
# Enable the hooks used for initializing the ram-disk.
|
|
options MEMORY_DISK_HOOKS
|
|
options MINIROOTSIZE=5120 # 2.5 MB
|