diff options
Diffstat (limited to 'README')
| -rwxr-xr-x | README | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -0,0 +1,38 @@ +Fake86: A portable, open-source 8086 PC emulator. +Copyright (C)2010-2013 Mike Chambers + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + +=============================================================================== + +The full terms of the GNU General Public License version 2, under which this +software is release, are contained in the text file LICENSE + +=============================================================================== + +** IMPORTANT ** +Remember that Fake86 requires command line parameters to work. If you are just +launching it by double-clicking on the .exe in Windows Explorer, it won't work. + +To contact the author of Fake86, Mike Chambers: +Send an e-mail to miker00lz <at> gmail <dot> com + +Official Fake86 homepage: +http://fake86.rubbermallet.org + +Instructions for compiling and installing Fake86 are in +the text files INSTALL.linux and INSTALL.win, please read +whichever file is suited for your target platform if you +are compiling from source. |
