897cd717a5
work in progress and has never booted a real machine. Initial development and testing was done using SimOS (see http://simos.stanford.edu for details). On the SimOS simulator, this port successfully reaches single-user mode and has been tested with loads as high as one copy of /bin/ls :-). Obtained from: partly from NetBSD/alpha
12 lines
177 B
C
12 lines
177 B
C
#ifndef _MACHINE_CONF_H_
|
|
#define _MACHINE_CONF_H_
|
|
|
|
#ifdef KERNEL
|
|
#ifndef ACTUALLY_LKM_NOT_KERNEL
|
|
#include "ioconf.h"
|
|
#endif
|
|
|
|
#endif /* KERNEL */
|
|
|
|
#endif /* !_MACHINE_CONF_H_ */
|