To get a serial console to work, I added (or maybe uncommented) the following to the Makefile: CPPFLAGS+= -DSUPPORT_SERIAL CPPFLAGS+= -DDIRECT_SERIAL -DCONSPEED=9600 I then hacked main.c to change: initio (CONSDEV_PC); to initio (CONSDEV_COM0); I think that's all you need to do. _MelloN_