From 6ca6c71e87d348e69167f2cd97547b76ccd12f0d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 20 May 2017 14:15:32 +0200 Subject: added simple stdio stub --- DESIGN | 3 +++ 1 file changed, 3 insertions(+) (limited to 'DESIGN') 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. + -- cgit v1.2.3-54-g00ecf