NetBSD/sys/arch/amiga/compile/AMIGA/swapvmunix.c
mw 33e84123f7 sys/arch/amiga tree. This is the machdep part required to get the kernel
up on an A3000. There are still (very) few changes required outside the
arch/amiga tree, so you can't recompile the kernel yet. Support for
third party SCSI controllers for the A2000 is on its way. The kernel is
fully functional (except for a missing ethernet-driver ...). This
tree is based on my version #390.
1993-07-05 19:19:43 +00:00

11 lines
192 B
C

#include "sys/param.h"
#include "sys/conf.h"
dev_t rootdev = makedev(4, 48);
dev_t dumpdev = makedev(4, 49);
struct swdevt swdevt[] = {
{ makedev(4, 49), 0, 0 }, /* sd6b */
{ 0, 0, 0 }
};