summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-20 04:51:23 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-20 04:51:23 +0100
commit1acde03a7c0f85aca9919e374e3df6cee6f0bd08 (patch)
tree10ae84ce2693bad62e5c7376cd0c3c40a80c93df /README.md
parentbcab3c0be8ff5fe1db1fac9e01973531cc29f554 (diff)
workin on syscall interface etc..
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
-------------------