mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
16 lines
274 B
C
16 lines
274 B
C
/*
|
|
* $Id: gno.c,v 1.1 1997/02/28 05:12:55 gdr Exp $
|
|
*/
|
|
#include "test.h"
|
|
|
|
#include <gno/conf.h>
|
|
#include <gno/gno.h>
|
|
#include <gno/proc.h>
|
|
#include <gno/kvm.h>
|
|
#include <gno/sim.h>
|
|
|
|
/* haven't yet determined if it will be dropped */
|
|
#if 0
|
|
#include <gno/kerntool.h>
|
|
#endif
|