mirror of
https://github.com/simh/simh.git
synced 2026-01-25 19:56:25 +00:00
SCP: Reliably report useful help for HELP BOOT on all simulators
This commit is contained in:
15
README.md
15
README.md
@@ -73,9 +73,10 @@ All Simulator updates on Open SIMH will be present in this repository, and any c
|
||||
- Extended video component version information displayed in SHOW VERSION output.
|
||||
- Add a global SET AUTOZAP command or per drive SET <unit> AUTOZAP which removes metadata from disk containers at detach time if the container has metadata.
|
||||
- DISKINFO command displays disk container metadata (if present) and container size along with detected file system information if a known file system type is present.
|
||||
- makefile builds which have potentially useful dependencies not found will prompt to install these components prior to building. MacOS Brew dependencies can be directly done from within the makefile. Other platforms (or package management systems) which require root access to install will display the appropriate package management commands and and exit.
|
||||
- makefile builds which have potentially useful dependencies not found will prompt to install these components prior to building. MacOS Brew dependencies can be directly done from within the makefile. Other platforms (or package management systems) which require root access to install will display the appropriate package management commands and and exit. Support for macOS (HomeBrew and MacPorts), Linux (Ubuntu/Debian, RedHat/Fedora), NetBSD, FreeBSD, OpenBSD.
|
||||
- SHOW VERSION show the host system type that build the runing simulator when it is not the same as the current host system.
|
||||
- Support for building simulators without built-in boot or ROM code when building with DONT_USE_INTERNAL_ROM is defined, but to automatically and transparently fetch the needed ROM or other boot code when it is needed. This is possibly useful for systems which don't want to distribute simulators with build-in binary code which may have unknown copyright status.
|
||||
- Reasonable output produced for all simulators from HELP BOOT.
|
||||
|
||||
#### Changes to the PDP-11 and VAX simulators
|
||||
|
||||
@@ -611,6 +612,18 @@ Fedora/RedHat:
|
||||
|
||||
# yum install libpcap-dev libvdeplug-dev libpcre3-dev libedit-dev libsdl2-dev libpng-dev libsdl2-ttf-dev
|
||||
|
||||
###### NetBSD - Dependencies
|
||||
|
||||
# pkgin install pcre editline SDL2 png SDL2_ttf
|
||||
|
||||
###### FreeBSD - Dependencies
|
||||
|
||||
# pkg install libedit sdl2 png sdl2_ttf
|
||||
|
||||
###### OpenBSD - Dependencies
|
||||
|
||||
# pkg install sdl2 png sdl2-ttf
|
||||
|
||||
#### Windows
|
||||
|
||||
Compiling on windows is supported with recent versions of Microsoft Visual Studio (Standard or Express) and using GCC via the MinGW32 environment. Things may also work under Cygwin, but that is not the preferred windows environment. Not all features will be available as well as with either Visual Studio or MinGW32.
|
||||
|
||||
Reference in New Issue
Block a user