|
|
1.1 root 1: <!--
2: nono
3: Copyright (C) 2020 nono project
4: Licensed under nono-license.txt
5: -->
6: <html>
7: <head>
8: <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9: <title>nono document</title>
10: <style type="text/css">
11: /* https://jfly.uni-koeln.de/colorset/ */
12:
13: :root {
14: --blue: rgb( 0, 90, 255);
15: --brown: rgb(128, 64, 0);
16: --green: rgb( 3, 175, 122);
17: --grey: rgb(132, 145, 158);
18: --light-grey: rgb(200, 200, 203);
1.1.1.3 root 19:
20: --bg-grey: rgb(220, 220, 223);
1.1 root 21: }
22: body {
1.1.1.3 root 23: background-color: var(--bg-grey);
1.1 root 24: }
25: q {
26: color: var(--brown);
27: }
28: q:before {
29: content: "[";
30: }
31: q:after {
32: content: "]";
33: }
34: dt.dt-indent {
35: padding-left: 1ex;
36: }
37: .main {
38: margin-left: 1em;
39: }
40: .cons {
41: background-color: black;
42: color: white;
43: }
44: .file {
45: background-color: white;
46: color: black;
47: }
48: .strike {
49: color: var(--grey);
50: }
1.1.1.4 root 51: .strike > q {
52: color: var(--grey);
53: }
1.1 root 54: </style>
55: </head>
56: <body>
57: <h3>nono: changes</h3>
58:
1.1.1.2 root 59: Grey colored items are experimental and are just a log for us developers.
1.1 root 60: <hr>
61: <div class="main">
62: <dl>
1.1.1.2 root 63:
1.1.1.6 ! root 64: <dt>0.1.5 (2020/12/05)
! 65: <dd><ul>
! 66: <li>vm (Update): m88k コアのパフォーマンスを改善。
! 67: <q>Improve m88k performance.</q>
! 68: <li>vm (New): LUNA88K に ROM エミュレーションを実装。とりあえず起動できる程度。
! 69: <q>Implement emulated ROM for LUNA88K. For now, it only can boot.</q>
! 70: <li>vm (New): RAM 容量の変更をサポート。
! 71: <q>Make the RAM size changable.</q>
! 72: <li>host (Update): OpenBSD の tap(4) に対応。
! 73: <q>Support OpenBSD's tap(4).
! 74: <li>vm (Fix): LUNA-I の ROM エミュレーションが 0.0.3 および 0.1.4 以降
! 75: いろいろおかしかったのを修正。
! 76: <q>Fix several bugs on LUNA-I's emulated ROM since 0.0.3 and 0.1.4.</q>
! 77: <li>vm (Update): ROM エミュレーションの UFS 読み込み処理を改善。
! 78: <q>Improve reading UFS on emulated ROM.
! 79: <li>vm (Fix): SIO(uPD7201) の受信キューが壊れるケースがあったのを修正。
! 80: <q>Fix a bug that might break receive queue on SIO(uPD7201).</q>
! 81: <li>vm (Fix): SCSI 転送中に VM リセットすると不正終了していたのを修正。
! 82: <q>Fix abnormal termination on resetting VM during SCSI transfer.</q>
! 83: <li>vm (Update): SPC の SCMD Intercept ビットのログを改善。
! 84: <q>Improve a log message about SCMD Intercept bit on SPC.</q>
! 85: <li>app (Update): -c オプションに設定ファイル名も指定できるよう変更。
! 86: <q>Make -c option acceptable configuration filename.</q>
! 87: </ul></dd>
! 88: <p>
! 89:
1.1.1.5 root 90: <dt>0.1.4 (2020/11/20)
91: <dd><ul>
92: <li>vm (Fix): SCSI HD に WRITE(10) コマンドを実装。
93: <q>Implement WRITE(10) command on SCSI HD.</q>
94: <li>vm (Fix): m88k の xmem.bu 命令のバグを修正。
95: <q>Fix a bug on m88k xmem.bu instruction.</q>
96: <li>vm (Fix): m68k の STOP 命令や m88k の疑似 STOP
97: 状態で仮想時間がおかしくなる場合があるバグを修正。
98: <q>Fix a bug that STOP instruction on m68k or pseudo STOP state on m88k
99: may break virtual time.</q>
100: <li>vm (Fix): 0.1.3 以降 LUNA-I のエミュレーション ROM がキー入力を
101: 受け付けなくなっていたのを修正。
102: <q>Fix a bug that LUNA-I emulated ROM does not accept any key inputs
103: since 0.1.3.</q>
104: </ul></dd>
105: <p>
106:
1.1.1.4 root 107: <dt>0.1.3 (2020/11/18)
108: <dd><ul>
109: <li>vm (Fix): m88k DAE エミュレーションを改善。
110: <q>Improve DAE emulation on m88k.</q>
111: <li>vm (Fix): m88k ストア命令のバグを修正。
112: <q>Fix a bug on m88k store instructions.</q>
113: <li>vm (Update): m88k の浮動小数点命令を実装中。
114: <q>Implement floating point instructions.</q>
115: <li>vm (Fix): LUNA88K の RAM が正しくアクセスできてなかったのを修正。
116: <q>Fix incorrect RAM device assignment on LUNA88K.</q>
117: <li>vm (Fix): LUNA88K のシステムクロックデバイスが正しくアクセスできてなかったのを修正。
118: <q>Fix accessing to the system clock device on LUNA88K.</q>
119: <li>vm (Fix): uPD7201 (SIO) モニタの表示をいろいろ修正。
120: <q>Various fixes on uPD7201 (SIO) monitor.</q>
121: <li>vm (Update): 割り込み周り全般を書き直し。
122: <q>Rewrite and update whole around interrupt system.</q>
123: <li>vm (Update): SPC の SCMD Intercept ビットの動作を改善。
124: <q>Improve SCMD's Intercept bit behavior on SPC.</q>
125: <li>debugger (Update): d,m コマンドなどメモリアクセス周りを改善。
126: <q>Improve about memory access including d,m commands.</q>
127: <li>debugger (Update): 履歴のブランチ元に Supervisor/User 区分の表示を追加。
128: <q>Show the Supervisor/User distinction of branch source address in
129: branch windows.</q>
130: <li><span class=strike>vm (Update): X68k にダミーの OPM デバイスを用意。
131: <q>Assign (currently no-op) OPM device on X68k.</q></span>
132: <li><span class=strike>vm (Update): MFP のタイマーの実装を改善中。
133: <q>Improve MFP timer on X68k.</q></span>
134: </ul></dd>
135: <p>
136:
1.1.1.3 root 137: <dt>0.1.2 (2020/10/28)
138: <dd><ul>
139: <li>build (Update): gcc5.5 以下はサポート外と明記。
140: <q>Mention explicitly that it does not support gcc5.5 or below.</q>
141: <li>vm (New): メモリとデバイスのアクセスウェイトをいくつか実装中。
142: <q>Implement access wait partially on some memory and devices.</q>
143: <li>vm (New): VM リセットを実装。<q>Implement VM reset.</q>
144: <li>vm (Fix): m88xx0 エミュレーションをいくつか改善。
145: OpenBSD/luna88k ユーザランドが少しだけ動くように。
146: <q>Improve some m88xx0 emulations.
147: This makes OpenBSD/luna88k userland apps work a little.</q>
148: <li>vm (Update): LUNA88K の RAM 初期値を 64MB に変更。
149: <q>Change the initial value of LUNA88K RAM to 64MB.</q>
150: <li>vm (Update): LUNA88K の dipsw1 の初期値を変更。
151: <q>Change the initial value of LUNA88K dipsw1.</q>
152: <li>debugger (Update): 設定の debugger-port の初期値を 0 に変更。
153: <q>Change the default value of debugger-port configuration field to 0.</q>
154: <li>debugger (Update): d, m, n, s, t, help コマンドを色々改良。
155: disp , reset コマンドを実装。
156: <q> Various improvements for d, m, n, s, t, and help commands.
157: Implement disp, reset commands.</q>
158: <li>wx (Fix): メインウィンドウの最大化とリサイズを不可にする。
159: <q>Disable main window's maximize and resize.</a>
160: <li>wx (Fix): ビッグエンディアン環境で wxIMAGE_QUALITY_HIGH
161: による縮小が化けるのを回避。
162: <q>Avoid broken resize using wxIMAGE_QUALITY_HIGH on big endian.</q>
163: </ul></dd>
1.1.1.4 root 164: <p>
1.1.1.3 root 165:
1.1.1.2 root 166: <dt>0.1.1 (2020/10/06)
167: <dd><ul>
168: <li>host(Fix): sparc などのホストでミスアラインドアクセスで死ぬのを修正。
169: <q>Fix abnormal termination due to mis-aligned access on some architecture
170: hosts such as sparc.</q>
171: <li>vm (New): SCSI の Start Stop Unit コマンドをダミーで実装。
172: (OpenBSD カーネルが使っている)
173: <q>Implement SCSI Start Stop Unit command as no-op. (OpenBSD kernel uses it.)</q>
174: <li>vm (Fix): LUNA-I の PROM V4.22 以外はそのまま起動するようにしてみる。
175: <q>On LUNA-I, when PROM is other than V4.22, run it as is.</q>
176: <li>vm (Fix): SCSI コマンドがメディアサイズを超える位置やサイズを要求した時に死ぬのを修正。
177: <q>Fix abnormal termination when SCSI command requests exceeded position or length than actual media.</q>
178: <li>vm (Fix): LUNA-I エミュレーション ROM 上で、マウス操作でゴミが入力されるのを修正。
179: <q>Fix emitting garbage characters on mouse operation on LUNA-I emulated ROM.</q>
180: <li>GUI (New): LUNA のフロントパネル LCD ウィンドウを実装。
181: <q>Implement LUNA's front panel LCD window.</q>
182: <li>GUI (New): モニタウィンドウの更新頻度を設定可能にする。
183: <q>Make monitor window's refresh rate configureable.</q>
184: <li>GUI (New): ホスト情報ウィンドウ、ブレークポイントウィンドウ、履歴ウィンドウを実装。
185: <q>Implement host information window, breakpoint window, and
186: history window.</q>
187: <li>GUI (New): ログウィンドウのバックログを実装。
188: <q>Implement backlog of log window.</q>
189: <li>debugger (New): bi, bm, bv コマンドを実装。
190: <q>Implement bi, bm, and bv commands.</q>
191: <li>debugger (New): ブランチ履歴、例外履歴を実装。
192: <q>Implement branch history and exception history.</q>
193: <li>debugger (Fix): 逆アセンブラが 68020 の callm 命令で死んでいたのを修正。
194: <q>Fix abnormal termination when disassembling 68020 CALLM instruction.</q>
1.1.1.3 root 195: <li>vm (Fix): LUNA88K 用の luna-dipsw1 の初期値を用意。
196: <q>luna-dipsw1 uses a different initial value for LUNA88K.</q>
1.1.1.2 root 197: <li><span class=strike>vm (Update): X68k TVRAM レンダリングを改良。
1.1.1.4 root 198: <q>Improve performance on X68k TVRAM rendering.</q></span>
1.1.1.2 root 199: <li><span class=strike>debugger (Fix): 逆アセンブラで moveq.l が %d0 でない時にも IOCS コールと解釈していたのを修正。</span>
200: </ul></dd>
1.1.1.4 root 201: <p>
1.1.1.2 root 202:
1.1 root 203: <dt>0.1.0 (2020/07/19)
204: <dd><ul>
1.1.1.6 ! root 205: <li>build(Fix): OpenBSD/FreeBSD でビルド可能に。
1.1.1.2 root 206: <q>Make it buildable on OpenBSD/FreeBSD.</q>
207: <li>GUI(Update): GUI メニューの L10N 対応
1.1 root 208: (GUI メニュー以外(ログメッセージなど)については当面対応予定はないです)。
209: <q>Support L10N for GUI menus
210: (There are no plans to support more messages (like log messages)
1.1.1.2 root 211: at least for now).</q>
212: <li>GUI(Fix): サブウィンドウを表示しているとマウスモードでクリック入力が入らなかった問題を修正。
1.1 root 213: <q>Fix problem that you can not enter any clicks in mouse mode
1.1.1.2 root 214: when you display some sub windows.</q>
1.1.1.3 root 215: <li>vm(New): m88k の疑似 STOP 状態に対応。
216: <q>Support pseudo STOP state on m88k.</q>
1.1 root 217:
218: </ul></dd>
219: <p>
220:
221:
222: <dt>0.0.4 (2020/06/13)
223: <dd><ul>
1.1.1.2 root 224: <li>vm(Fix): 例外ベクタ取得中のバスエラーで死んでいたのを修正。
1.1 root 225: <q>Fix abnormal termination when fetching exception vector causes bus error.</q>
1.1.1.2 root 226: <li>vm(Update): ダブルバスフォールトを通知。
1.1 root 227: <q>Notify when double bus fault has occurred.</q>
1.1.1.3 root 228: <li>vm(New): m88100 の改良と m88200 を実装中。
1.1 root 229: OpenBSD/luna88k カーネルが起動しますが、
230: まだユーザランドに入るあたりまでです。
1.1.1.3 root 231: <q>Improve m88100 and implement m88200.
1.1 root 232: It can run OpenBSD/luna88k kernel and
233: it has just entered in userland.
234: </q>
1.1.1.2 root 235: <li><span class=strike>vm(New): x68k の MFP、DMAC を適当実装したので
1.1 root 236: 実は NetBSD/x68k ブートローダまでは起動します。
237: CRTC が不完全なのでスクロールはまだできません。
1.1.1.4 root 238: <q>Implement MFP and DMAC in underground x68k mode.
1.1 root 239: It can run NetBSD/x68k boot loader.
240: However, CRTC emulation is not completed yet,
1.1.1.4 root 241: so you cannot scroll text.</q></span>
1.1 root 242: </ul></dd>
1.1.1.4 root 243: <p>
1.1 root 244:
245: <dt>0.0.3 (2020/05/16)
246: <dd><ul>
1.1.1.2 root 247: <li>vm(New): ROM モニタエミュレーションを実装。<q>Support emulated ROM monitor.</q>
1.1.1.3 root 248: <li>vm(New): 地下で m88k 実装開始。
1.1 root 249: 今のところ OpenBSD/luna88k のブートローダが起動できるだけです。
1.1.1.3 root 250: <q>Start to implement m88k in underground.
1.1 root 251: It just can run OpenBSD/luna88k's boot loader for now.
252: </q>
253: </ul></dd>
1.1.1.4 root 254: <p>
1.1 root 255:
256: <dt>0.0.2 (2020/04/21)
257: <dd><ul>
1.1.1.2 root 258: <li>vm(New): SCSI エミュレーションを改善。<q>Improve(Reimplement) SCSI emulation.</q>
259: <li>vm(New): マウスをサポート。<q>Support mouse.</q>
260: <li>vm(Fix): RFCNT の Y 座標を修正。<q>Fix Y coordinate of RFCNT.</q>
1.1 root 261: </ul></dd>
1.1.1.4 root 262: <p>
1.1 root 263:
264: <dt>0.0.1 (2020/03/06)
265: <dd><ul>
266: <li>Initial Release
267: </ul></dd>
268:
269: </dl>
270: </div>
271: <hr>
272: nono project
273: </body>
274: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.