File:  [Isaki's NoNo m68k/m88k emulator] / nono / doc / upgrade-1.2.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.2.0</title>
</head>
<body>
<h3>nono</h3>
<hr>

<h4>ver 1.1.x から ver 1.2.0 への移行方法 <q>How to migrate from ver 1.1.x to ver 1.2.0</q></h4>
<div class="main1">
<tt>hostnet<i>N</i>-driver = auto</tt> の動作が変更になりました。
従来 <tt>auto</tt> は <tt>tap</tt>、<tt>bpf</tt>、<tt>afpacket</tt>
(のうちコンパイルされているもの) を順に試していましたが、
ver 1.2.0 から <tt>auto</tt> は、
slirp がコンパイルされていれば <tt>usermode</tt> に、
そうでなければ <tt>none</tt> とみなされるようになりました。
<q>The behavior of <tt>hostnet<i>N</i>-driver = auto</tt> has been changed.
In prior version,
<tt>auto</tt> tried <tt>tap</tt>, <tt>bpf</tt>, and <tt>afpacket</tt>
in that order (if available),
but in ver 1.2.0,
<tt>auto</tt> is assumed to be <tt>usermode</tt> if slirp is compiled,
otherwise <tt>none</tt>.</q>
<p>
詳細は <a href="#configuration">このドキュメントの設定の章</a
>を参照してください。
<q>See <a href="#configuration">Configuration section in this document</a>
for the details.</q>

</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.