From 80b30d2010c7bbb86db29575493a01cbac1c6fb4 Mon Sep 17 00:00:00 2001 From: Ivan Denisov Date: Fri, 14 Feb 2014 17:09:13 +0800 Subject: [PATCH] =?utf8?q?=D0=B4=D0=BE=D0=BF=D0=B8=D1=81=D0=B0=D0=BB=20?= =?utf8?q?=D0=B8=D0=BD=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=86=D0=B8=D1=8E=20?= =?utf8?q?=D0=BF=D0=BE=20=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D0=BA?= =?utf8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 +++++ README | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/.gitignore b/.gitignore index 61e1cb9..52d6ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,8 @@ *.ocf *.osf Linux_GUI +Linux_Interp +OpenBSD_GUI +OpenBSD_Interp +FreeBSD_GUI +FreeBSD_Interp diff --git a/README b/README index b1556d7..8bc9c16 100644 --- a/README +++ b/README @@ -16,3 +16,36 @@ simple console application /fpstest/ loop test + +** Installation ** + +1. For creating links in development directory run: + + cd ./new + ./README + + To start: + + ./run-BlackBox + +2. For creating assembly for target OS in development directory run: + + cd ./new + ./export (Linux|OpenBSD|FreeBSD) (GUI|) + + Example for Linux: + + ./export Linux GUI + + Then: + + cd ../Linux_GUI + ./build + + To start with .so loader: + + ./run-BlackBox + + To start with .ELF loader + + ./run-BlackBox-2 -- 2.29.2