1
0
mirror of https://github.com/simh/simh.git synced 2026-01-28 04:48:05 +00:00

ETHER: Add support for Omni OS and Open Indiana plus bridged network support

- Some versions of Omni OS no longer include sys/filio.h in sys/ioctl.h
- Add more robust support for locating OS tools in scp.c
- SHOW VERSION output displays SunOS host system specific info

Fix #1238
This commit is contained in:
Mark Pizzolato
2025-12-14 13:36:45 -10:00
parent fc460853ad
commit c31ea266e2
5 changed files with 120 additions and 14 deletions

View File

@@ -112,7 +112,7 @@ Simulator binaries for x86 Linus, x86 macOS, and Windows for all recent changes
- Enhanced Ethernet functionality on macOS which leverages the OS provided vmnet capabilities. This is available on all intel and Apple Silicon macOS systems starting with Catalina (10.15) which was released in 2019.
- SCP IF command supports RegEx comparisons.
- Windows builds are supported running all versions of Microsoft Visual Studio, including the most recent VS2026.
- All simulators build with full functionality on illumos Open Indiana.
- All simulators build with full functionality and extended/simplified network support on illumos Open Indiana and Omni OS.
#### All simulators build cleanly under OpenVMS on ia64 systems.