--- nono/doc/upgrade-0.2.0.html 2026/04/29 17:04:57 1.1 +++ nono/doc/upgrade-0.2.0.html 2026/04/29 17:05:07 1.1.1.3 @@ -15,7 +15,10 @@ --brown: rgb(128, 64, 0); --green: rgb( 3, 175, 122); --grey: rgb(132, 145, 158); + --cream: rgb(255, 255, 128); + --yellow-green: rgb(216, 242, 85); --light-pink: rgb(255, 202, 191); + --light-green: rgb(119, 217, 168); --light-grey: rgb(200, 200, 203); --bg-grey: rgb(220, 220, 223); @@ -52,6 +55,12 @@ dt.dt-indent { .strike > q { color: var(--grey); } +.new { + background-color: var(--light-green); +} +.new > q { + background-color: var(--light-green); +}
@@ -75,10 +84,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.@@ -91,9 +100,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