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 <sir@cmpwn.com>
- Project oversight
- Most of the kernel
- Most of userspace
George "thirtythreeforty" Hilliard <gh403@msstate.edu>
- Sorting
- Compression
- Cryptography
- Various bug fixes and small features
Mattias "matrefeytontias" Refeyton <mattias@refeyton.fr>
- Mathematical functions
- Graphical functions and color support
- Early support of userspace
- Various bug fixes and small features
Sijmen "Vijfhoek" Schoon <me@libvijfhoek.so>
- Low-level filesystem features
- Various bug fixes and small features
Sorunume
- Hosting nightly builds
Dan "Streetwalrus" Elkouby <streetwalkermc@gmail.com>
- Maintaining build server
- Automated documentation generation
minus
- Toolchain enhancements
Jose Diez <me@jdiez.me>
- Automated documentation generation
Kevin "klange" Lange <k@dakko.us>
- SDL frontend for z80e
persalteas
- Font enhancements
dragontux
- Partial time/date support
Christopher "KermM" Mitchell <admin@cemetech.net>
- Color graphics demo
Brandon Wilson <brandonlw@gmail.com>
- 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 <lancersupraskyline@gmail.com>
- Help with design and refactoring of knightos.org
Justin "Jnesselr" Nesselrotte
- Improvements to genkfs
- Project-wide asthetic changes
Taryn "Phrohdoh" Hill <Phrohdoh@gmail.com>
- OS X specific improvements
- Improved documentation
Noah "Ivoah" Rosamilia <ivoahivoah@gmail.com>
- Improved documentation
- Corelib bugfixes
- Castle enhancements
kedarbramhe <kedar.brahme@gmail.com>
- Blank ROM generation in mkrom
Hugo "s0r00t" Courtial
- Improvements to SDK
Francis Lewis <francislewis@users.noreply.github.com>
- Several improvements to documentation
Bjorn Neergaard <bjorn@neersighted.com>
- Debugging and identifying problems with TI-83+ port
Andrew Boos <boos1993@gmail.com>
- Significant improvements to PKO
- Hosting and maintaining the wiki
- Improvements to kernel math support
- Improvements to z80e
Willem "willem3141" Sonke <w.m.sonke@student.tue.nl>
- Date/time support in the kernel
- Improvements to settings
Nicholas "primis" Sargente <primis@primiscomputers.com>
- Improvements to scas
William Shipley <willrandship@gmail.com>
- Implemented math.h for libc
Max Leiter <maxwell_leiter@priorypanther.com>
- 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.