[movitz-cvs] CVS movitz/doc
ffjeld
ffjeld at common-lisp.net
Wed Mar 14 20:57:37 UTC 2007
Update of /project/movitz/cvsroot/movitz/doc
In directory clnet:/tmp/cvs-serv20038
Modified Files:
ChangeLog
Log Message:
*** empty log message ***
--- /project/movitz/cvsroot/movitz/doc/ChangeLog 2005/12/02 22:06:49 1.11
+++ /project/movitz/cvsroot/movitz/doc/ChangeLog 2007/03/14 20:57:37 1.12
@@ -1,3 +1,29 @@
+2007-03-14 Frode Vatvedt Fjeld <frodef at cs.uit.no>
+
+ * movitz/losp/x86-pc/keyboard.lisp: Patch from Shawn Betts
+ improves the keyboard driver and adds dvorak support.
+
+ * movitz/losp/x86-pc/vga.lisp: Patch from Martin Bealby adds some
+ simple VGA graphics capabilities, and a neat splash image.
+
+ * movitz/bootblock.lisp: Added detection of floppy geometry in the
+ bootloader. This was prompted by the fact that Qemu appears to do
+ some weird auto-detection of the floppy geometry based on the
+ floppy image's size. However, it should also mean that movitz can
+ now be booted from a "real" 5 1/4' floppy should you ever find
+ one, and more importantly, probably also 2.88-MB floppies as
+ supported by bochs and qemu, and I think also some actual hardware
+ drives.
+
+ * movitz/compiler.lisp: Much improved keyword argument parsing. It
+ is now faster, smaller in code-size, and more (fully?) ANSI
+ compliant.
+
+ * doc/ChangeLog: Things are not moving quite as slowly as might be
+ suggested by the lack of activity in this file. The last few
+ weeks, there has been quite a bit of activity. I'll try once again
+ to remember to update this ChangeLog.
+
2005-12-02 Frode Vatvedt Fjeld <frodef at cs.uit.no>
* Uploaded a new los0.img.
More information about the Movitz-cvs
mailing list