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 4b83c7661dcba75e5151d5db4b6cfd55588ead9c
parent 01ea4a5e92aab49699000c46ebabc7f6483e9d49
Author: Alexander Burger <abu@software-lab.de>
Date:   Tue,  8 Mar 2011 08:45:42 +0100

Added SunOS
Diffstat:
MINSTALL | 4++--
MREADME | 4++--
Mdoc64/README | 8++++----
3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/INSTALL b/INSTALL @@ -1,4 +1,4 @@ -01mar11abu +08mar11abu (c) Software Lab. Alexander Burger @@ -28,7 +28,7 @@ Please follow these steps: $ (cd src; make picolisp) - or, if you have an x86-64 Linux system, build the 64-bit version + or, if you have an x86-64 Linux or SunOS system, build the 64-bit version $ (cd src64; make picolisp) diff --git a/README b/README @@ -1,4 +1,4 @@ -11aug10abu +08mar11abu (c) Software Lab. Alexander Burger Perfection is attained @@ -95,7 +95,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 Linux on x86-64. +for Linux and SunOS on x86-64. -------------------------------------------------------------------------------- diff --git a/doc64/README b/doc64/README @@ -1,4 +1,4 @@ -26jan11abu +08mar11abu (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, only Linux on the x86-64 architecture is supported. The platform -dependent files are in the "src64/arch/" for the target architecture, and in -"src64/sys/" for the target operating system. +Currently, Linux and SunOS on the x86-64 architecture are supported. The +platform dependent files are in the "src64/arch/" for the target architecture, +and in "src64/sys/" for the target operating system. Reasons for the Use of Assembly Language