summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94645e7..6fedeea 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,12 @@ $ cat FoolOS.img > /dev/sdX
You will require some dependencies (as newlib) in order to build.
+adapt libgloss/libnosys
+
+uncomment environ.c and add stubwarnings for sbrk and exit
+Build newlib with: --target=i686-elf to use the crosscompiler
+
+
Supported Platforms
-------------------