Update of /project/movitz/cvsroot/public_html In directory clnet:/tmp/cvs-serv23906
Modified Files: index.html Log Message: *** empty log message ***
--- /project/movitz/cvsroot/public_html/index.html 2007/01/03 10:49:49 1.29 +++ /project/movitz/cvsroot/public_html/index.html 2007/03/15 16:03:13 1.30 @@ -13,8 +13,35 @@ <h1>Movitz: a Common Lisp x86 development platform</h1> </div>
- <!-- <h3>Most recent news</h3> --> + <h3>Most recent news</h3> + <pre> +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.
+ </pre> <h3>Introduction</h3>
<p> The Movitz system aspires to be an implementation of ANSI Common