1
0
mirror of https://github.com/livingcomputermuseum/Darkstar.git synced 2026-02-28 01:35:53 +00:00

5 Commits

Author SHA1 Message Date
dev hawala
a109b60e94 Some useful improvements/changes to Darkstar
new functionality
- ethernet: new network device for direct connection to a Dodo
  NetHub (instead of going through a real network device)
- configuration-dialog: extensions for selecting and configuring
  the NetHub connection
- command-line: new optional parameter "-start" for starting the
  emulator when the UI is ready
- configuration-file: added new parameters to match the items that
  can be specified through the UI, also to autostart the system
  new entries: NetHubHost, NetHubPort, AltBootMode, Start
  (see the sample config-file in star_os_5.0.zip for all options)

changes/fixes:
- development: use of SharpDevelop with .net 4.5
- ethernet: add 2 extra zero-words to prevent packets larger
  than 56 bytes from being ignored by the ethernet microcode
- configuration-dialog: allow to specify 48 bit machine-ids
  (only 40 significant bits were accepted so far)
- display: reversed the order of the pattern lines to match the
  background pattern in the main display area
2020-12-18 13:13:44 +01:00
Josh Dersch
1c24c4642d Added write support for floppies. Small tweak to TOD clock handling. Updated readme for forthcoming 1.1 release. 2019-05-23 17:29:05 -07:00
Josh Dersch
a69e764da3 Added option to stretch the display in fullscreen mode. 2019-05-20 18:01:13 -07:00
Josh Dersch
1349734125 Updated UI for minor version update. Cleaned up hard disk commit code to deal with failure cases without destroying original images. Tweaked Ethernet config to allow on-the-fly host adapter changes. Updated readme. 2019-03-29 12:08:09 -07:00
Josh Dersch
aedcf2dd71 Initial commit to public repository. 2019-01-15 12:55:18 -08:00