Skip to content

Commit 198a6eb

Browse files
committed
Release 0.98.3 prep
1 parent c6bc40f commit 198a6eb

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

NEWS

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,22 @@ VERSION 0.98.2
2424
functions will fail.
2525
* Cache is not implemented. This incurs a speed penalty.
2626

27+
VERSION 0.98.3
28+
This version is sufficient to run a single Lambda in real-time
29+
on a sufficiently fast machine.
30+
31+
IMPROVEMENTS:
32+
* There have been many bug fixes.
33+
* Many items have been made configurable.
34+
* Support for physical LMI keyboards on serial interfaces has been added.
35+
* Tools for manipulating disk images, including a FUSE-based LMFS driver,
36+
were added.
37+
* A new YAML-based configuration replaced the old configuration file.
38+
* The documentation was Markdown-ified.
39+
40+
KNOWN ISSUES:
41+
* SM clock stepping is still incomplete, meaning some debugging and
42+
diagnostic functions will fail. Most seen in the normal operation
43+
of the system work as intended.
44+
* Cache is still not implemented, which incurs a speed penalty
45+
when the Lambda must wait for the bus.

README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The documentation has been markdown-ified: Please see README.md

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([ld], [0.98.2], [[email protected]])
5+
AC_INIT([ld], [0.98.3], [[email protected]])
66
AC_CONFIG_SRCDIR([src/kernel.c])
77
AC_CONFIG_HEADERS([src/config.h])
88
AC_CONFIG_MACRO_DIR([m4])

0 commit comments

Comments
 (0)