Update of /project/movitz/cvsroot/public_html In directory clnet:/tmp/cvs-serv25150
Modified Files: ChangeLog Log Message: Let's make do with /one/ ChangeLog.
--- /project/movitz/cvsroot/public_html/ChangeLog 2005/11/12 21:16:48 1.9 +++ /project/movitz/cvsroot/public_html/ChangeLog 2007/03/15 16:10:21 1.10 @@ -1,3 +1,39 @@ +2007-03-14 Frode Vatvedt Fjeld frodef@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@cs.uit.no + + * Uploaded a new los0.img. + +2005-11-02 Frode Vatvedt Fjeld frodef@cs.uit.no + + * Fixed some aspects of the REPL code so that it will run in the + default bare-bones environment that a new thread gets. This makes + it more convenient to fiddle with threading. + 2005-10-31 Frode Vatvedt Fjeld frodef@cs.uit.no
* Fixed threading to work, in the sense that the REPL code will