Updated the README.

This commit is contained in:
David Given 2016-11-26 19:25:02 +01:00
parent 9641801455
commit 4633ca0886

17
README
View file

@ -2,7 +2,7 @@
=================================== ===================================
© 1987-2005 Vrije Universiteit, Amsterdam © 1987-2005 Vrije Universiteit, Amsterdam
2016-08-02 2016-11-26
INTRODUCTION INTRODUCTION
@ -19,6 +19,7 @@ probably broken. However, what's there should be sufficient to get things
done and to evaluate how the full 6.1 release should work. done and to evaluate how the full 6.1 release should work.
SUPPORT SUPPORT
======= =======
@ -31,10 +32,12 @@ Platforms:
pc86 produces bootable floppy disk images for 8086 PCs pc86 produces bootable floppy disk images for 8086 PCs
linux386 produces ELF executables for PC Linux systems linux386 produces ELF executables for PC Linux systems
linux68k produces ELF executables for m68020 Linux systems linux68k produces ELF executables for m68020 Linux systems
linuxppc produces ELF executables for PowerPC Linux systems
cpm produces i80 CP/M .COM files cpm produces i80 CP/M .COM files
rpi produces Raspberry Pi GPU binaries rpi produces Raspberry Pi GPU binaries
INSTALLATION INSTALLATION
============ ============
@ -55,6 +58,11 @@ Requirements:
- (optionally) ninja; if you've got this, this will be autodetected and give - (optionally) ninja; if you've got this, this will be autodetected and give
you faster builds. you faster builds.
- (optionally) the qemu suite: if you have this installed, the build system
will detect it automatically and run the test suites for the supported
architectures. Get both the qemu-system-* platform emulators and the qemu-*
userland emulators (only works on Linux).
- about 40MB free in /tmp (or some other temporary directory). - about 40MB free in /tmp (or some other temporary directory).
- about 6MB in the target directory. - about 6MB in the target directory.
@ -89,6 +97,7 @@ Instructions:
The ACK should now be ready to use. The ACK should now be ready to use.
USAGE USAGE
===== =====
@ -155,6 +164,8 @@ There are some things you should be aware of.
interpreter and the assembler-linkers. Only some of it builds. Look for interpreter and the assembler-linkers. Only some of it builds. Look for
build.lua files. build.lua files.
DISCLAIMER DISCLAIMER
========== ==========
@ -177,6 +188,6 @@ You can find the mailing list on the project's web site:
Please enjoy. Please enjoy.
David Given (dtrg on Sourceforge) David Given (davidgiven on Github)
dg@cowlark.com dg@cowlark.com
2016-08-02 2016-11-26