-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDATA.C
46 lines (38 loc) · 1.03 KB
/
DATA.C
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
* UZIX - UNIX Implementation for MSX
* (c) 1997-2001 Arcady Schekochikhin
* Adriano C. R. da Cunha
*
* UZIX is based on UZI (UNIX Zilog Implementation)
* UZI is a UNIX kernel clone written for Z-80 systems.
* All code is public domain, not being based on any AT&T code.
*
* The author, Douglas Braun, can be reached at:
* 7696 West Zayante Rd.
* Felton, CA 95018
* oliveb!intelca!mipos3!cadev4!dbraun
*
* This program is under GNU GPL, read COPYING for details
*
*/
/**********************************************************
UZIX utils data (vars, structures)
**********************************************************/
#define __MAIN__COMPILATION
#define NEED__MACHDEP
#define NEED__DISPATCH
#define NEED__SCALL
#define NEED__DEVFLOP
#define NEED__DEVIO
#include "uzix.h"
#ifdef SEPH
#include "signal.h"
#endif
#include "types.h"
#include "unix.h"
#undef NEED__FILESYS
#undef NEED__DEVSWAP
#undef NEED__PROCESS
#include "extern.h"
#define __DEVIO__COMPILATION
#include "config.h"