Text User Interface using comboot --------------------------------- This code can be compiled using Open Watcom compiler (http://www.openwatcom.org) under Windows. To compile this under linux you may need to rewrite the inline assembly code using the appropriate syntax. The resulting code runs both under DOS as well as SYSLINUX. Currently, menu items, submenus and checkboxes are supported. The keys used are * Arrow Keys, PgUp, PgDn, Home, End Keys * Space to switch state of a checkbox * Enter to choose the item * Escape to exit from it The makefile enclosed allows you to compile your own menu system. Use either simple.c or complex.c as a starting point for your own rom.c. Credits ------- * The Watcom developers and Peter Anvin for figuring out the startup code. * Thanks to Peter for figuring out the palette problem. - Murali P.S: I know that the choice of colors are not exactly the best. If you know a better choice of colors I would be happy to change my defaults to your suggested ones.