From ce50b0f007b8d71078a03d2a83ad8e35b0931dab Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 25 May 2015 17:46:54 +0200 Subject: fixed critical but in ELF loader and finally got tput etc.. (ncurses) working --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3