summaryrefslogtreecommitdiff
path: root/DESIGN
diff options
context:
space:
mode:
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.
+