File:  [Isaki's NoNo m68k/m88k emulator] / nono / doc / upgrade-1.6.0.php
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
-->
<?php require_once "common.php"; ?>
<html>
<head>
<?php print_head_common(); ?>
<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.