1
0
mirror of https://github.com/simh/simh.git synced 2026-03-24 01:27:19 +00:00

Commit Graph

  • 9b3694b102 Fixed extended VAX 8600 memory of 260MB. Mark Pizzolato 2013-03-18 13:25:49 -07:00
  • 960c5b5873 Fix issues observed by Sun C compiler Mark Pizzolato 2013-03-18 12:52:43 -07:00
  • 1e515d8357 HP-UX socket fixes from Mikulas Patocka. Mark Pizzolato 2013-03-18 06:07:27 -07:00
  • 7756cb8cd4 Added HP-UX Serial port detection (for SHOW SERIAL) from Mikulas Patocka Mark Pizzolato 2013-03-18 05:53:39 -07:00
  • 55e45c99a7 Correct VAX 8600 Maximum memory size since 64MB boards were available (Johnny Billquist) Mark Pizzolato 2013-03-18 05:36:24 -07:00
  • 0605b6dff4 Added support for building on Solaris with the Sun C compiler Mark Pizzolato 2013-03-17 16:50:57 -07:00
  • 97bbd34828 Added request for SHOW VERSION output when sending in problem reports Mark Pizzolato 2013-03-17 12:22:32 -07:00
  • 4425241b78 OSX fix for recent sim_disk changes Mark Pizzolato 2013-03-17 12:21:56 -07:00
  • 2e5b0d54c6 Generalized the sim_disk layer to support large file disk devices (simh, VHD and RAW formats) with out requiring USE_ADDR64, and enhanced the pdp11_rq device to use this capability. Mark Pizzolato 2013-03-17 12:02:43 -07:00
  • 60e855807f Addition of Idling explaination and solution for Solaris hosts Mark Pizzolato 2013-03-17 11:24:22 -07:00
  • d3ec5a6965 Fix to properly reference the correct routine during initial clock calibration introduced in commit: c45a377c7 Mark Pizzolato 2013-03-17 11:02:46 -07:00
  • de483074e6 Cleanup for build on VMS Mark Pizzolato 2013-03-16 11:44:34 -07:00
  • c45a377c71 Use the same sleep API to determine the host minimal sleep time that will be used depending on whether ASYNCH_IO is enabled Mark Pizzolato 2013-03-15 19:14:58 -07:00
  • b06505abab Adjusted minimum wait time to allow RKLFMT to properly complete formatting an RK disk Mark Pizzolato 2013-03-14 12:53:21 -07:00
  • b31dc88d0d Added indication of idle/throttling capabilities and the OS clock tick size to the SHOW VERSION output Mark Pizzolato 2013-03-14 11:37:31 -07:00
  • 28f645aeab Compiler suggested cleanups Mark Pizzolato 2013-03-13 22:28:14 -07:00
  • 9bd8305943 Cleanup compiler warnings on Solaris and newer OSX clang compilers. Mark Pizzolato 2013-03-13 20:29:03 -07:00
  • f179ba6ae2 Added support for newer clang compilers on OSX and more flexible cases for libpcap components built from www.tcpdump.org source code Mark Pizzolato 2013-03-13 17:29:42 -07:00
  • 3dea6056e6 Remove compiler warnings generated by newer clang compiler Mark Pizzolato 2013-03-13 16:38:30 -07:00
  • 147ca8ced2 Exclude LTO from gcc builds when compiler isn't known to support it. Mark Pizzolato 2013-03-13 14:42:54 -07:00
  • c293e154b0 Start sleep calibration for *nix platforms on a clock tick Mark Pizzolato 2013-03-13 14:42:06 -07:00
  • 665e995ae0 Fixed misspelled include guard for the definition of SERHANDLE. Mark Pizzolato 2013-03-13 11:39:34 -07:00
  • d5ca542102 Changed use of compile #defines which start with a _ character to not do this since defined symbols starting with _ are reserved to local compiler/runtime implementations in the C language. This addresses issue #32 Mark Pizzolato 2013-03-12 11:07:58 -07:00
  • fb105a922f Merge remote-tracking branch 'jguillaumes/master' Mark Pizzolato 2013-03-11 22:48:57 -07:00
  • faebb0b823 Added '.' as a legal character in a register name (From Harry Reed) Mark Pizzolato 2013-03-09 12:19:43 -08:00
  • 8f9a14c5a1 Fixed clk_help to display the correct device name for the VAX TODR implementations Mark Pizzolato 2013-03-09 12:16:35 -08:00
  • eb101e3881 HP-UX port supplied by Mikulas Patocka Mark Pizzolato 2013-03-05 13:29:38 -08:00
  • bc40f6abde Removed recently linked dependence of VHD support on Large File support. VHDs can be supported without large file support up to the limits a system without large file support (i.e. 2GB). Fixes issue #35 Mark Pizzolato 2013-03-05 12:15:29 -08:00
  • 374b13f946 Fixes to infinite loop issues found by Mikulas Patocka Mark Pizzolato 2013-03-05 11:40:33 -08:00
  • 7b01cd11f2 Fix identified by Mikulas Patocka. Mark Pizzolato 2013-03-05 11:38:28 -08:00
  • 37af573a1e CR11: Added 026DEC translation table. Fixed bit clearing after CSR write, source reformatting and commenting, other minor changes.º:º Jordi Guillaumes i Pons 2013-03-02 17:15:26 +01:00
  • 47bb4c8a19 Removed reference to the winpcap link libraries from the Visual Studio project definitions since winpcap is always dynamically loaded Mark Pizzolato 2013-02-27 10:27:03 -08:00
  • a63090f22a Fix compile error of #ifdef __linux change for the altairz80 simulator Mark Pizzolato 2013-02-20 22:09:17 -08:00
  • 4ff56d6c15 Changed all internal #ifdef's which were conditional on __linux to be conditional on either __linux or __linux__. Some platforms (PPC) don't define __linux when gcc is invoked with -std=c99. Mark Pizzolato 2013-02-20 21:57:02 -08:00
  • 952f29e205 Force include of unistd.h on linux Mark Pizzolato 2013-02-19 09:59:56 -08:00
  • 3d3f757991 Added display of VHD and RAW disk access capabilities to the output of SHOW VERSION Mark Pizzolato 2013-02-19 09:44:23 -08:00
  • 631999692b Added missing Visual Studio VAX8600 project Mark Pizzolato 2013-02-18 10:47:38 -08:00
  • 4052738dae Fixed target name for VMS build of the VAX8600 simulator Mark Pizzolato 2013-02-18 09:29:30 -08:00
  • a3072fe1ee Cleanup of build on VMS Mark Pizzolato 2013-02-18 08:40:14 -08:00
  • 8440466cb9 Fixed display of large file support in SHOW VERSION and enhanced SHOW VERSION. Mark Pizzolato 2013-02-18 05:53:59 -08:00
  • aaa5fb178a Added display of large file support status to SHOW VERSION Mark Pizzolato 2013-02-17 04:52:54 -08:00
  • 119ca2f03a Fixed display of percentage progress when copying or merging a VHD to avoid overflow Mark Pizzolato 2013-02-15 13:54:55 -08:00
  • b2ee3a5b92 Added VH device to the VAX 8600 system configuration Mark Pizzolato 2013-02-11 10:07:23 -08:00
  • 448ee4ad3c Fixed open issues on corrupt or inconsistent differencing disks to properly return error status. Mark Pizzolato 2013-02-11 09:48:36 -08:00
  • 4d187a7ada Another typo Mark Pizzolato 2013-02-06 17:48:43 -08:00
  • 74b8a7d4e8 Fixed typo in help text Mark Pizzolato 2013-02-06 17:47:18 -08:00
  • a91b6db21e Adding help to VAX system devices Mark Pizzolato 2013-02-06 06:34:31 -08:00
  • 864b581e35 Adding more device help Mark Pizzolato 2013-02-05 13:59:59 -08:00
  • 63d0cdbd38 Display something descriptive when a peer hasn't been specified yet. Mark Pizzolato 2013-02-05 11:44:55 -08:00
  • 16d04a15ec simplified the generic help command output to avoid excess clutter Mark Pizzolato 2013-02-05 11:37:56 -08:00
  • c5bd79f05d Add register descriptions and help to the pdp11_pt devices (PTR, PTP). Mark Pizzolato 2013-02-05 11:13:18 -08:00
  • e59d9c1599 Added register descriptions and help to pdp11_rp device Mark Pizzolato 2013-02-05 10:51:15 -08:00
  • 65079ca8f6 Added register descriptions and help for pdp11_hk device Mark Pizzolato 2013-02-05 10:20:13 -08:00
  • a5413ab20c Relaxed HELP dev REGISTERS to now also list registers for devices which don't have register descriptions yet. Mark Pizzolato 2013-02-05 10:19:32 -08:00
  • 08e97d5882 Corrected error in pdp11_rq help routine Mark Pizzolato 2013-02-05 09:41:55 -08:00
  • 387b72cebb Added register definitions and imbedded help to the pdp11_cr device Mark Pizzolato 2013-02-05 09:05:52 -08:00
  • 56be3b060f Added register definitions and descriptions to the pdp11_vh device Mark Pizzolato 2013-02-05 07:57:25 -08:00
  • 610ecaaa93 Adding mode device help Mark Pizzolato 2013-02-05 06:49:39 -08:00
  • 453890f3d7 Adding more device help Mark Pizzolato 2013-02-05 04:41:48 -08:00
  • ef13fdd0dc Fixed to once again display the DZ vector Mark Pizzolato 2013-02-05 04:40:41 -08:00
  • c53cbd68eb Removed 8 bit characters from pdp11_dmc help text Mark Pizzolato 2013-02-04 18:22:00 -08:00
  • 0344d6f22b Finished returning the pdp11_cr.c to the VAX qbus simulators Mark Pizzolato 2013-02-04 18:21:24 -08:00
  • ebe70140f4 Reorganized help to provide a useful default HELP dev output if a device defines any registers and/or MTAB entries Mark Pizzolato 2013-02-04 18:12:47 -08:00
  • d65b12da84 Excape from doubly nested loop quickly for efficiency Mark Pizzolato 2013-02-04 13:55:09 -08:00
  • 7bd01a5873 Added device help and register descriptions Mark Pizzolato 2013-02-04 13:52:59 -08:00
  • ad4d5be6ab Give preference with HELP dev SHOW and HELP dev SET for unit modifiers to be displayed with a unit number as an example (unless the device has only one unit). Mark Pizzolato 2013-02-04 13:51:20 -08:00
  • 6b4353f257 Returned the pdp11_cr device to the VAX Qbus systems and changed the pdp11_cr device to properly describe itself as a Qbus capable device when CR11 device is being simulated since it is a programmed I/O device and doesn't have bus addressing issues that DMA devices have. Mark Pizzolato 2013-02-04 06:53:10 -08:00
  • 8a97baa553 Added MTAB entry descriptions Mark Pizzolato 2013-02-04 04:29:39 -08:00
  • 0b2d790678 Renamed the VAX Qbus simulator executables to reflect the VAX model names they actually simulate Mark Pizzolato 2013-02-03 12:46:19 -08:00
  • 10ab68ce29 Added help strings pointing to extended device specific help for the HELP attach, set and show help Mark Pizzolato 2013-02-03 11:30:09 -08:00
  • 8640cd6537 - Removed pdp11_cr and pdp11_ry from the Qbus VAX simulators since these devices can't address the full Q22 address range. Mark Pizzolato 2013-02-03 11:29:12 -08:00
  • 7290474d4b Removed pdp11_dmc from the Qbus VAX systems since the DMC11 is only a Unibus device Mark Pizzolato 2013-02-03 06:43:29 -08:00
  • 55693fb9b3 Added missing MOD_VALR flag on some recently revised MTAB entries Mark Pizzolato 2013-02-02 17:27:22 -08:00
  • c5fe058a62 Renamed scp's recently created macro MMASK to MODMASK to avoid name collisions with MMASK macros used in some simulators Mark Pizzolato 2013-02-02 16:44:44 -08:00
  • 06cf9532f7 Documentation cleanup Mark Pizzolato 2013-02-02 16:30:19 -08:00
  • 28b90552b7 Revised all VAX simulator devices to have proper help information defined to make "HELP dev SHOW" and "HELP dev SET" most useful. Mark Pizzolato 2013-02-02 16:29:38 -08:00
  • 7db15faf76 Fixed SHOW dev output which was broken by the last commit Mark Pizzolato 2013-02-02 13:31:29 -08:00
  • ecf913f9a5 Reworked the MTAB flags to force Extended mode when any extended flag is set and to then handle any references properly Mark Pizzolato 2013-02-02 12:33:17 -08:00
  • a036f40a80 Fix format of HELP dev SHOW for MTAB entries with MTAB_SHP flag set Mark Pizzolato 2013-02-02 06:44:13 -08:00
  • 0eba66c72a Avoid an internal error status if the pdp11_dc device ever did a SET DC ADDRESS= Mark Pizzolato 2013-02-02 06:43:18 -08:00
  • 8b230f946b Fixed HELP dev SET and HELP dev SHOW to properly process non-extended mtab entries and to avoid using the help string when mstring has example arguments/syntax Mark Pizzolato 2013-02-02 05:59:30 -08:00
  • 8f170b0e40 Fixed modifier table to properly declare things which are showable vs settable, added modifier descriptions as appropriate Mark Pizzolato 2013-01-31 16:18:38 -08:00
  • bb8be22216 Added provisions for device modifiers to to have descriptive help Mark Pizzolato 2013-01-31 16:05:21 -08:00
  • e2fb3649e4 Added internal help for the vax_watch watch chip simulator and added a missing register declaration for the watch mode Mark Pizzolato 2013-01-30 07:33:24 -08:00
  • 8df4b94e7f Added a SET CPU MODEL=(MicroVAX|VAXServer) to the VAX 3900 simulator Mark Pizzolato 2013-01-29 08:37:58 -08:00
  • 659873bebb The Massbus byte count register was incorrectly presumed to be constant during a complete I/O transfer request (it can change due to DMA activity). Prior to the conversion to use the sim_disk library, the Massbus byte count was only read once. After the code restructuring it was read early in the processing and again later in transfer processing. The subsequent read returned a different value which ultimately caused the problems. This fixes issue #30. Mark Pizzolato 2013-01-29 04:43:43 -08:00
  • 97de4dbae6 Added AIO_CHECK_EVENT to pdp11_cpu to properly digest the asynchronous event queue in a timely manner (with the desired interrupt latency) for asynch I/O Mark Pizzolato 2013-01-29 04:35:30 -08:00
  • 94650ff25c README.md formatting and typo cleanup Mark Pizzolato 2013-01-27 11:31:33 -08:00
  • 5545e7aafd Added a problem report section to the README.md Mark Pizzolato 2013-01-27 11:24:17 -08:00
  • f2e93467aa Furthur README.md reformatting Mark Pizzolato 2013-01-27 10:53:59 -08:00
  • 48aa7a9fb3 README.md formatting cleanup Mark Pizzolato 2013-01-27 10:40:35 -08:00
  • 081dd21b25 Added initial README.md Mark Pizzolato 2013-01-27 10:33:55 -08:00
  • 370f57ed56 Provide more useful help for VAX simulator boot commands and clearer error reports for boot command errors Mark Pizzolato 2013-01-26 21:12:12 -08:00
  • 7dddb56845 Fixed makefile all after simulator rename of vax860 to vax8600 Mark Pizzolato 2013-01-26 20:02:44 -08:00
  • c729942de6 Added SET CPU AUTOBOOT to the MicroVAX II and VAX 3900 simulators Mark Pizzolato 2013-01-26 17:07:27 -08:00
  • 6dcf5ba7d9 Renamed the VAX860 simulator to VAX8600, and used the VAX system model names for all simulators Mark Pizzolato 2013-01-26 13:24:28 -08:00
  • c4251bd53b Fixed GCC compiler identified warning. Mark Pizzolato 2013-01-26 12:14:43 -08:00
  • d674bb1f8d Changed VAX console input polling to only poll for input if the last character received has been processed by the VM Mark Pizzolato 2013-01-26 10:43:10 -08:00
  • 7a9db0fe64 Clean up output formatting for SHOW DEVICE, SHOW CONFIG and changed SHOW SYSTEM to SHOW FEATURES Mark Pizzolato 2013-01-26 10:20:31 -08:00
  • 7ceba3715c pdp11_xu - SELFTEST needs to report the READY state otherwise VMS 3.7 gets fatal controller error - Update from Rob Jarratt Mark Pizzolato 2013-01-25 14:57:01 -08:00