summaryrefslogtreecommitdiff
path: root/DESIGN
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-05-20 14:15:32 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-05-20 14:15:32 +0200
commit6ca6c71e87d348e69167f2cd97547b76ccd12f0d (patch)
tree06f8091e2add4935ec3dd761a3d5a528d2ba5510 /DESIGN
parent4c59f7360514aa6c67ba2fbaa09d4cc9e3139957 (diff)
downloadabaos-6ca6c71e87d348e69167f2cd97547b76ccd12f0d.tar.gz
abaos-6ca6c71e87d348e69167f2cd97547b76ccd12f0d.tar.bz2
added simple stdio stub
Diffstat (limited to 'DESIGN')
-rw-r--r--DESIGN3
1 files changed, 3 insertions, 0 deletions
diff --git a/DESIGN b/DESIGN
index b9a899b..55bd28c 100644
--- a/DESIGN
+++ b/DESIGN
@@ -25,3 +25,6 @@ Avoid implementation and using of unsafe C functions. Provide safe
counterparts wherever possible. There are of course exceptions like
scrolling the VGA buffer with a memmove.
+Use standard C functions early on, even if they have to be glued
+funnilly to early functions as in VGA text console, etc.
+