= Welcome to the Movitz trac = == Getting started with Movitz == * [wiki:FromNothingToImage] * !BasicConcepts * Visit the project's website: http://common-lisp.net/project/movitz/ * MovitzAndSlime == Random Movitz documentation bits == * AccessingMemory -- How to access "raw" memory. * [wiki:IoPorts] -- How to read and write to IO ports. * [wiki:Exceptions] -- X86 exception vectors used by Movitz. * [wiki:InlineAssembly] -- How to do inline assembly. * [wiki:IrqHandlers] -- How to bind a function to an IRQ. == Development Area == * [wiki:AnsiTests] Ansi-test-suite results. * [wiki:GraphicsApi] Graphics API development. * [wiki:patches] links to patches not yet in CVS * [wiki:git] The git mirror of movitz == Hardware and drivers information == * [wiki:HardwareLinks] to information about hardware devices and drivers. == Software that runs on Movitz == * [wiki:LiCE] A GNU Emacs clone * [wiki:Asteroids] Asteroids for movitz! == Reference material and inspiration == * [wiki:LispMachines] * [http://svn.python.org/view/python/trunk/Objects/dictobject.c?rev=60749&view=markup Python's hash-table implementation could be emulated perhaps.]