From d1e2ab5ec0aef18d13f9f29e685ef0ddee9a9508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krystian=20Bac=C5=82awski?= Date: Tue, 21 May 2013 19:18:02 +0200 Subject: [PATCH] Readme file. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..858fad8 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +libnix: C link library for AmigaOS/m68k +=== + +**Maintainer:** [Krystian Bacławski](mailto:krystian.baclawski@gmail.com) + +**Short description:** Fork of [libnix](http://sourceforge.net/projects/libnix/) from [sourceforge.net](http://sourceforge.net). + +## Overview + +**libnix** is used in conjuction with [m68k-amigaos-toolchain](https://github.com/cahirwpz/m68k-amigaos-toolchain) project. It's standard C link library (similar to glibc or newlib, but quite incomplete) for gcc cross compiler targeting AmigaOS/m68k systems. + +There are several initiatives trying to bring up an updated C link library for AmigaOS/m68k systems: + +* [libnix-3.0](https://github.com/diegocr/libnix) by Diego Casorran +* [arosc.library](http://aros.sourceforge.net/nightly.php) in [Amiga Research Operating System](http://aros.sf.net) source tree + +For now I decided to use original sources by Jeff Shepher et al., perhaps I'll merge Diego Casorran's changes if I find them indispensable. \ No newline at end of file