ver 0.1.x と ver 0.2.0 には2つの非互換があり、そのままでは以前と同じ動作はしません。
2. LUNA88K の NVRAM サポートについて 2. LUNA-88K の NVRAM サポートについて
-LUNA88K では本来 PROM が NVRAM の情報を元に起動先を決定しますが、
+LUNA-88K では本来 PROM が NVRAM の情報を元に起動先を決定しますが、
nono ver 0.1.x は NVRAM を (ファイルを作るだけで) 一切サポートしておらず、
OpenBSD/luna88k を起動するために起動先ファイル名を boot と決め打ちしていました。
ver 0.2.0 で NVRAM をサポートしたため、
@@ -52,7 +56,7 @@ ver 0.2.0 で NVRAM をサポートし
更に初期化された NVRAM の起動ファイル名は vmunix であるため、
そのままでは OpenBSD/luna88k を起動できません。
Emulated ROM Monitor が起動したら以下のように入力してください。
-
There are two incompatibilities between ver 0.1.x and ver 0.2.0, so it will not work the same as before.@@ -26,10 +30,10 @@ ethernet-hostdriver = (default: none ethernet-hostdevice = (default: auto) 代わりに次の5つが追加されています。 -設定方法はこのドキュメントの設定の章を参照してください。 +設定方法は本編ドキュメントの設定の章を参照してください。 ホストドライバは以前はデフォルトでオフでしたがデフォルトでオン(auto)に変更になっています。
Instead, the following five items have been added. -See Configuration section in this document +See Configuration section in the main document to setup. The host driver used to be disabled by default before, but now it is enabled(auto) by default.@@ -42,9 +46,9 @@ hostnet-fallback = (default: 0) -
About NVRAM in LUNA88K+
About NVRAM in LUNA-88K
On LUNA88K, originally PROM determines the boot target by referring NVRAM. +On LUNA-88K, originally PROM determines the boot target by referring NVRAM. Since nono ver 0.1.x didn't support NVRAM (though it created NVRAM.DAT file), it used hard-coded boot filename "boot" in order to boot OpenBSD/luna88k. nono ver 0.2.0 supports NVRAM, so at first it initializes the NVRAM