forked from hellox-project/HelloX_OS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuthors.txt
39 lines (33 loc) · 1.92 KB
/
Authors.txt
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
All authors have contribution to the Kernel module of HelloX operating system will be recorded here.
NAME CONTRIBUTION CONTACT OTHER INFO
---------- ----------------------- ---------------- -------------------------`
Garry.Xin Original author of this [email protected] N/A
module.About 50K lines of
code.
Erwin.wang Added a logging service
can be used by applications.
It can be enabled or dis-
abled by define or comment
the macro __CFG_SYS_LOGCAT
in config.h file.
About 1000 lines code. [email protected] N/A
tywind.huang Modified about fat32 Files [email protected] N/A
tywind.huang Implements a standard VGA [email protected] N/A
driver in C language,and
optimized shell mechanism,
about 2000 LOC.
tywind.huang Implements a subset of POSIX [email protected] N/A
library to support the JamVM
migration.
Joy(Gaojie) Port the whole code tree into [email protected] N/A
GCC environment,this includes:
1) Convert the Intel style
asm code into AT&T style;
2) Modified some C code to
fit GCC's requirement;
3) Debugging,it's a hardwork;
4) Writting documents about
the new environment;
5) Other related works.
Convert all these works into
3000 LOC.