File:  [Isaki's NoNo m68k/m88k emulator] / nono / doc / upgrade-1.6.0.html
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed Apr 29 17:05:52 2026 UTC (2 months, 3 weeks ago) by root
Branches: MAIN, Isaki
CVS tags: v027, v026, HEAD
nono 1.6.0

<!--
 nono
 Copyright (C) 2025 nono project
 Licensed under nono-license.txt
-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
/* https://jfly.uni-koeln.de/colorset/ */

:root {
	--blue:			rgb(  0,  90, 255);
	--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);
}
body {
	background-color: var(--bg-grey);
}
q {
	color: var(--brown);
}
q:before {
	content: "[";
}
q:after {
	content: "]";
}
dt.dt-indent {
	padding-left: 1ex;
}
.h4 {
	font-weight: bold;
	font-size: 110%;
}
.h5 {
	font-weight: bold;
	padding-left: 1ex;
}
.main {
	margin-left: 2em;
}
.main1 {
	margin-left: 1em;
}
.cons {
	background-color: black;
	color: white;
}
.file {
	background-color: white;
	color: black;
}
.strike {
	color: var(--grey);
}
.strike > q {
	color: var(--grey);
}
.new {
	background-color: var(--light-green);
}
.new > q {
	background-color: var(--light-green);
}
</style>
<title>nono: Upgrade to 1.6.0</title>
</head>
<body>
<h3>nono</h3>
<hr>

<h4>ver 1.5.0 から ver 1.6.0 への移行方法 <q>How to migrate from ver 1.5.0 to ver 1.6.0</q></h4>
<div class="main1">
ver 1.6.0 ではいくつかの設定項目が変更になっています。
これらを設定ファイルに記載している場合は
<a href="#configuration">このドキュメントの設定の章</a
>を参照して修正してください。
<q>Some configurations have been changed from in ver 1.6.0.
If your configuration file has these, please update by yourself.
See <a href="#configuration">Configuration section in this document</a>.</q>
<p>

1. 以下の設定項目は名前が変わりました。
<q>The following items have been renamed.</q>
<br>
<blockquote>
<table style="width: 100%;">
<tr><td style="white-space: nowrap;">OLD:<td>
<div style="background-color: var(--light-pink);"><pre>
host-avx2 = (default: auto)
host-neon = (default: auto)
</pre></div>
<tr><td style="white-space: autowrap;">NEW:<td>
<div style="background-color: white;"><pre>
hostcpu-avx2 = (default: auto)
hostcpu-neon = (default: auto)
</pre></div>
</table>
</blockquote>

<p>
2. 以下の隠し設定は廃止になりました。
<q>The following hidden item has become obsolete.</q>
<br>
<blockquote style="background-color: var(--light-pink);"><pre>
.host-cpu-affinity = string:list
</pre></blockquote>
代わりに以下を使ってください。
ただし値の意味と書式も変わっています。
<q>Use the following instead.
Meaning and syntax of the value are also changed.</q>
<blockquote style="background-color: white;"><pre>
hostcpu-fastcore = list
</pre></blockquote>

</div>
<hr>
nono project
</body>
</html>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.