summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-25 17:46:54 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-25 17:46:54 +0200
commitce50b0f007b8d71078a03d2a83ad8e35b0931dab (patch)
treee26d2f3272cdd4d90661345af4f3ac08ed5f55d7 /README.md
parent2c8cefb3a269d66a6a705bcb4912b0657379273c (diff)
fixed critical but in ELF loader and finally got tput etc.. (ncurses) working
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index 8c77cc8..4b9dee0 100644
--- a/README.md
+++ b/README.md
@@ -38,18 +38,16 @@ Requirements:
gcc-5.1.0
* Newlib 2.2.0 [2]
+
+ (newlib-2.2.0.20150423.tar.gz)
+
+ adapt config.sub (add -foolos*) and build in a separate direcotry.
- adapt config.sub
+ $ ../newlib-xxx/configure --target=i686-foolos --prefix=/home/miguel/opt/gcc-5.1.0-foolos/
- $ ./configure --target=i686-foolos --prefix=/home/miguel/opt/gcc-5.1.0-foolos/
$ make
$ make install
- /*
- adapt libgloss/libnosys
- uncomment environ.c and add stubwarnings for sbrk and exit
- */
-
* GRUB2