picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit 4375122b3cbf0325c59e18ca49130beb33377f72
parent c742e63c78291cd161ea10935323c6413b03911a
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue,  8 Jan 2013 07:46:57 +0100

FreeBSD doc additions
Diffstat:
MINSTALL | 6+++---
MREADME | 4++--
Mdoc64/README | 8++++----
3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -1,4 +1,4 @@ -07jan13abu +08jan13abu (c) Software Lab. Alexander Burger @@ -42,8 +42,8 @@ installation, and invoke them explicitly as desired. $ (cd src; make) - or - if you have an x86-64 system (under Linux or SunOS), or a ppc64 system - (under Linux) - build the 64-bit version + or - if you have an x86-64 system (under Linux, FreeBSD or SunOS), or a ppc64 + system (under Linux) - build the 64-bit version $ (cd src64; make) diff --git a/README b/README @@ -1,4 +1,4 @@ -04aug11abu +08jan13abu (c) Software Lab. Alexander Burger Perfection is attained @@ -94,7 +94,7 @@ the conditions of the MIT/X11 License (see "COPYING"). It compiles and runs on current 32-bit GNU/Linux, FreeBSD, Mac OS X (Darwin), Cygwin/Win32 (and possibly other) systems. A native 64-bit version is available -for x86-64/Linux, x86-64/SunOS and ppc64/Linux. +for x86-64/Linux, x86-64/FreeBSD, x86-64/SunOS and ppc64/Linux. -------------------------------------------------------------------------------- diff --git a/doc64/README b/doc64/README @@ -1,4 +1,4 @@ -06nov12abu +08jan13abu (c) Software Lab. Alexander Burger @@ -30,9 +30,9 @@ The CPU registers and instruction set of the PicoLisp processor are described in "doc64/asm", and the internal data structures of the PicoLisp machine in "doc64/structures". -Currently, x86-64/Linux, x86-64/SunOS and ppc64/Linux are supported. The -platform dependent files are in the "src64/arch/" for the target architecture, -and in "src64/sys/" for the target operating system. +Currently, x86-64/Linux, x86-64/FreeBSD, x86-64/SunOS and ppc64/Linux are +supported. The platform dependent files are in the "src64/arch/" for the target +architecture, and in "src64/sys/" for the target operating system. In addition, an emulator which "assembles" to C code can be built. It is much slower than the native code, but otherwise completely compatible.