1
0
mirror of https://github.com/livingcomputermuseum/Darkstar.git synced 2026-02-26 09:03:42 +00:00

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.

This commit is contained in:
Josh Dersch
2019-03-29 12:08:09 -07:00
parent b6d1bb5837
commit 1349734125
10 changed files with 87 additions and 45 deletions

View File

@@ -68,7 +68,7 @@ namespace D
private static void PrintHerald()
{
Console.WriteLine("Darkstar v{0}", typeof(Program).Assembly.GetName().Version);
Console.WriteLine("(c) 2017, 2018 Living Computers: Museum+Labs");
Console.WriteLine("(c) 2017-2019 Living Computers: Museum+Labs");
Console.WriteLine("Bug reports to joshd@livingcomputers.org");
Console.WriteLine();
}