forked from KnightOS/KnightOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTHANKS
123 lines (90 loc) · 3.13 KB
/
THANKS
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
Thanks to the following people for helping make KnightOS possible:
Drew DeVault <[email protected]>
- Project oversight
- Most of the kernel
- Most of userspace
George "thirtythreeforty" Hilliard <[email protected]>
- Sorting
- Compression
- Cryptography
- Various bug fixes and small features
Mattias "matrefeytontias" Refeyton <[email protected]>
- Mathematical functions
- Graphical functions and color support
- Early support of userspace
- Various bug fixes and small features
Sijmen "Vijfhoek" Schoon <[email protected]>
- Low-level filesystem features
- Various bug fixes and small features
Sorunume
- Hosting nightly builds
Dan "Streetwalrus" Elkouby <[email protected]>
- Maintaining build server
- Automated documentation generation
minus
- Toolchain enhancements
Jose Diez <[email protected]>
- Automated documentation generation
Kevin "klange" Lange <[email protected]>
- SDL frontend for z80e
persalteas
- Font enhancements
dragontux
- Partial time/date support
Christopher "KermM" Mitchell <[email protected]>
- Color graphics demo
Brandon Wilson <[email protected]>
- Exploit for installing on the TI-84+ CSE
AssemblyBandit
- Assistance with color LCD support
Quigibo and Runer112
- Graphics functions taken from Axe Parser
Patrick Davidson
- Original author of Phoenix
James Montelongo
- Random number generation in the kernel
altbdoor <[email protected]>
- Help with design and refactoring of knightos.org
Justin "Jnesselr" Nesselrotte
- Improvements to genkfs
- Project-wide asthetic changes
Taryn "Phrohdoh" Hill <[email protected]>
- OS X specific improvements
- Improved documentation
Noah "Ivoah" Rosamilia <[email protected]>
- Improved documentation
- Corelib bugfixes
- Castle enhancements
kedarbramhe <[email protected]>
- Blank ROM generation in mkrom
Hugo "s0r00t" Courtial
- Improvements to SDK
Francis Lewis <[email protected]>
- Several improvements to documentation
Bjorn Neergaard <[email protected]>
- Debugging and identifying problems with TI-83+ port
Andrew Boos <[email protected]>
- Significant improvements to PKO
- Hosting and maintaining the wiki
- Improvements to kernel math support
- Improvements to z80e
Willem "willem3141" Sonke <[email protected]>
- Date/time support in the kernel
- Improvements to settings
Nicholas "primis" Sargente <[email protected]>
- Improvements to scas
William Shipley <[email protected]>
- Implemented math.h for libc
Max Leiter <[email protected]>
- Random CSS/HTML/JS improvements on TKO and KO
- SDK set-up page on the wiki
- libc improvements
- corelib C bindings
Additional thanks go out to our indirect contributors:
- Benjamin Moody for making third party OSes possible
- Ben Ryves for earlier research on multitasking on TI calculators
- DrDnar for reverse engineering efforts
- z80bits for excellent integer math functions
And thanks to the many others who have helped the platform grow over the years.
KnightOS is also grateful to its community, who are full of ideas and constantly
giving useful feedback to the core team.