33e84123f7
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.
11 lines
192 B
C
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 }
|
|
};
|