|
|
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: }
51: </style>
52: </head>
53: <body>
54: <h3>nono: changes</h3>
55:
1.1.1.2 root 56: Grey colored items are experimental and are just a log for us developers.
1.1 root 57: <hr>
58: <div class="main">
59: <dl>
1.1.1.2 root 60:
1.1.1.3 ! root 61: <dt>0.1.2 (2020/10/28)
! 62: <dd><ul>
! 63: <li>build (Update): gcc5.5 以下はサポート外と明記。
! 64: <q>Mention explicitly that it does not support gcc5.5 or below.</q>
! 65: <li>vm (New): メモリとデバイスのアクセスウェイトをいくつか実装中。
! 66: <q>Implement access wait partially on some memory and devices.</q>
! 67: <li>vm (New): VM リセットを実装。<q>Implement VM reset.</q>
! 68: <li>vm (Fix): m88xx0 エミュレーションをいくつか改善。
! 69: OpenBSD/luna88k ユーザランドが少しだけ動くように。
! 70: <q>Improve some m88xx0 emulations.
! 71: This makes OpenBSD/luna88k userland apps work a little.</q>
! 72: <li>vm (Update): LUNA88K の RAM 初期値を 64MB に変更。
! 73: <q>Change the initial value of LUNA88K RAM to 64MB.</q>
! 74: <li>vm (Update): LUNA88K の dipsw1 の初期値を変更。
! 75: <q>Change the initial value of LUNA88K dipsw1.</q>
! 76: <li>debugger (Update): 設定の debugger-port の初期値を 0 に変更。
! 77: <q>Change the default value of debugger-port configuration field to 0.</q>
! 78: <li>debugger (Update): d, m, n, s, t, help コマンドを色々改良。
! 79: disp , reset コマンドを実装。
! 80: <q> Various improvements for d, m, n, s, t, and help commands.
! 81: Implement disp, reset commands.</q>
! 82: <li>wx (Fix): メインウィンドウの最大化とリサイズを不可にする。
! 83: <q>Disable main window's maximize and resize.</a>
! 84: <li>wx (Fix): ビッグエンディアン環境で wxIMAGE_QUALITY_HIGH
! 85: による縮小が化けるのを回避。
! 86: <q>Avoid broken resize using wxIMAGE_QUALITY_HIGH on big endian.</q>
! 87: </ul></dd>
! 88:
1.1.1.2 root 89: <dt>0.1.1 (2020/10/06)
90: <dd><ul>
91: <li>host(Fix): sparc などのホストでミスアラインドアクセスで死ぬのを修正。
92: <q>Fix abnormal termination due to mis-aligned access on some architecture
93: hosts such as sparc.</q>
94: <li>vm (New): SCSI の Start Stop Unit コマンドをダミーで実装。
95: (OpenBSD カーネルが使っている)
96: <q>Implement SCSI Start Stop Unit command as no-op. (OpenBSD kernel uses it.)</q>
97: <li>vm (Fix): LUNA-I の PROM V4.22 以外はそのまま起動するようにしてみる。
98: <q>On LUNA-I, when PROM is other than V4.22, run it as is.</q>
99: <li>vm (Fix): SCSI コマンドがメディアサイズを超える位置やサイズを要求した時に死ぬのを修正。
100: <q>Fix abnormal termination when SCSI command requests exceeded position or length than actual media.</q>
101: <li>vm (Fix): LUNA-I エミュレーション ROM 上で、マウス操作でゴミが入力されるのを修正。
102: <q>Fix emitting garbage characters on mouse operation on LUNA-I emulated ROM.</q>
103: <li>GUI (New): LUNA のフロントパネル LCD ウィンドウを実装。
104: <q>Implement LUNA's front panel LCD window.</q>
105: <li>GUI (New): モニタウィンドウの更新頻度を設定可能にする。
106: <q>Make monitor window's refresh rate configureable.</q>
107: <li>GUI (New): ホスト情報ウィンドウ、ブレークポイントウィンドウ、履歴ウィンドウを実装。
108: <q>Implement host information window, breakpoint window, and
109: history window.</q>
110: <li>GUI (New): ログウィンドウのバックログを実装。
111: <q>Implement backlog of log window.</q>
112: <li>debugger (New): bi, bm, bv コマンドを実装。
113: <q>Implement bi, bm, and bv commands.</q>
114: <li>debugger (New): ブランチ履歴、例外履歴を実装。
115: <q>Implement branch history and exception history.</q>
116: <li>debugger (Fix): 逆アセンブラが 68020 の callm 命令で死んでいたのを修正。
117: <q>Fix abnormal termination when disassembling 68020 CALLM instruction.</q>
1.1.1.3 ! root 118: <li>vm (Fix): LUNA88K 用の luna-dipsw1 の初期値を用意。
! 119: <q>luna-dipsw1 uses a different initial value for LUNA88K.</q>
1.1.1.2 root 120: <li><span class=strike>vm (Update): X68k TVRAM レンダリングを改良。
121: <q style="color:var(--grey)">Improve performance on X68k TVRAM rendering.</q></span>
122: <li><span class=strike>debugger (Fix): 逆アセンブラで moveq.l が %d0 でない時にも IOCS コールと解釈していたのを修正。</span>
123: </ul></dd>
124:
1.1 root 125: <dt>0.1.0 (2020/07/19)
126: <dd><ul>
1.1.1.2 root 127: <li>host(Fix): OpenBSD/FreeBSD でビルド可能に。
128: <q>Make it buildable on OpenBSD/FreeBSD.</q>
129: <li>GUI(Update): GUI メニューの L10N 対応
1.1 root 130: (GUI メニュー以外(ログメッセージなど)については当面対応予定はないです)。
131: <q>Support L10N for GUI menus
132: (There are no plans to support more messages (like log messages)
1.1.1.2 root 133: at least for now).</q>
134: <li>GUI(Fix): サブウィンドウを表示しているとマウスモードでクリック入力が入らなかった問題を修正。
1.1 root 135: <q>Fix problem that you can not enter any clicks in mouse mode
1.1.1.2 root 136: when you display some sub windows.</q>
1.1.1.3 ! root 137: <li>vm(New): m88k の疑似 STOP 状態に対応。
! 138: <q>Support pseudo STOP state on m88k.</q>
1.1 root 139:
140: </ul></dd>
141: <p>
142:
143:
144: <dt>0.0.4 (2020/06/13)
145: <dd><ul>
1.1.1.2 root 146: <li>vm(Fix): 例外ベクタ取得中のバスエラーで死んでいたのを修正。
1.1 root 147: <q>Fix abnormal termination when fetching exception vector causes bus error.</q>
1.1.1.2 root 148: <li>vm(Update): ダブルバスフォールトを通知。
1.1 root 149: <q>Notify when double bus fault has occurred.</q>
1.1.1.3 ! root 150: <li>vm(New): m88100 の改良と m88200 を実装中。
1.1 root 151: OpenBSD/luna88k カーネルが起動しますが、
152: まだユーザランドに入るあたりまでです。
1.1.1.3 ! root 153: <q>Improve m88100 and implement m88200.
1.1 root 154: It can run OpenBSD/luna88k kernel and
155: it has just entered in userland.
156: </q>
1.1.1.2 root 157: <li><span class=strike>vm(New): x68k の MFP、DMAC を適当実装したので
1.1 root 158: 実は NetBSD/x68k ブートローダまでは起動します。
159: CRTC が不完全なのでスクロールはまだできません。
1.1.1.2 root 160: <q style="color:var(--grey)">Implement MFP and DMAC in underground x68k mode.
1.1 root 161: It can run NetBSD/x68k boot loader.
162: However, CRTC emulation is not completed yet,
163: so you cannot scroll text.</q>
164: </ul></dd>
165:
166: <dt>0.0.3 (2020/05/16)
167: <dd><ul>
1.1.1.2 root 168: <li>vm(New): ROM モニタエミュレーションを実装。<q>Support emulated ROM monitor.</q>
1.1.1.3 ! root 169: <li>vm(New): 地下で m88k 実装開始。
1.1 root 170: 今のところ OpenBSD/luna88k のブートローダが起動できるだけです。
1.1.1.3 ! root 171: <q>Start to implement m88k in underground.
1.1 root 172: It just can run OpenBSD/luna88k's boot loader for now.
173: </q>
174: </ul></dd>
175:
176: <dt>0.0.2 (2020/04/21)
177: <dd><ul>
1.1.1.2 root 178: <li>vm(New): SCSI エミュレーションを改善。<q>Improve(Reimplement) SCSI emulation.</q>
179: <li>vm(New): マウスをサポート。<q>Support mouse.</q>
180: <li>vm(Fix): RFCNT の Y 座標を修正。<q>Fix Y coordinate of RFCNT.</q>
1.1 root 181: </ul></dd>
182:
183: <dt>0.0.1 (2020/03/06)
184: <dd><ul>
185: <li>Initial Release
186: </ul></dd>
187:
188: </dl>
189: </div>
190: <hr>
191: nono project
192: </body>
193: </html>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.