summaryrefslogtreecommitdiff
path: root/DESIGN
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-02 21:39:09 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-02 21:39:09 +0200
commite6efe69c614d7781d18a7189831e8243abf57664 (patch)
tree44292f2913f52bee038b7c27c1551c3e6ed755f1 /DESIGN
parent2c8aa7c2fa92aabf5ac277606fba1e6b5c6b3ed9 (diff)
downloadabaos-e6efe69c614d7781d18a7189831e8243abf57664.tar.gz
abaos-e6efe69c614d7781d18a7189831e8243abf57664.tar.bz2
started to add task scheduling
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN2
1 files changed, 1 insertions, 1 deletions
diff --git a/DESIGN b/DESIGN
index 3b76393..8b67f8f 100644
--- a/DESIGN
+++ b/DESIGN
@@ -16,7 +16,7 @@ minimum.
Use only as much assembly as needed, if necessary call a stub function
from C doing the things we would normally do in inlined assembly.
-Make sure it compiles with every ANSI C99 compiler (gcc, clang, tcc, ...).
+Make sure it compiles with every ANSI C99 compiler (gcc, clang, tcc, pcc, ...).
Use only what is needed, nothing fancy.
Try to compile as often as possible with different compilers on different
host systems.