Update README.md

This commit is contained in:
ksherlock 2013-08-16 22:51:28 -04:00
parent ada525cc4b
commit f448a290b6

View File

@ -3,19 +3,21 @@ MPW Emulator
by Kelvin W Sherlock, _et alia_ by Kelvin W Sherlock, _et alia_
## System compatibility: Please check the [wiki](https://github.com/ksherlock/mpw/wiki/_pages) for useful information.
## System compatibility
Currently, only OS X 10.8 with case-insensitive HFS+ is supported. Currently, only OS X 10.8 with case-insensitive HFS+ is supported.
## License. ## License
The 680x0 CPU code is from WinFellow (http://fellow.sourceforge.net) and is The 680x0 CPU code is from [WinFellow](http://fellow.sourceforge.net) and is
licensed under GPL v2 or later. Consequently, the rest of the code is licensed licensed under GPL v2 or later. Consequently, the rest of the code is licensed
under the GPL v2 as well. under the GPL v2 as well.
The memory allocator (NewHandle/NewPointer) code is from mempoolite, which The memory allocator (NewHandle/NewPointer) code is from [mempoolite](https://github.com/jeftyneg/mempoolite),
is a fork of the SQLite zero-alloc allocator by Jefty Negapatan which is a fork of the SQLite zero-alloc allocator by Jefty Negapatan and D. Richard Hipp. It, as is SQLite,
<jeftyneg@gmail.com>. It, as is SQLite, is in the public domain. is in the public domain.
## Building ## Building
@ -27,7 +29,7 @@ cd build
cmake .. cmake ..
make make
This will generate bin/mpw and bin/disasm. This will generate `bin/mpw` and `bin/disasm`.
## Installation ## Installation
@ -85,6 +87,6 @@ or create a shell script (in `/usr/local/bin`, etc)
exec mpw AsmIIgs $@ exec mpw AsmIIgs $@
mpw looks in the current directory and then in the $MPW:Tools: directory mpw looks in the current directory and then in the `$MPW:Tools:` directory
for the command to run. The MPW $Commands variable is not yet supported. for the command to run. The MPW `$Commands` variable is not yet supported.