Skip to content

Version 1.2 January 10, 2016

Compare
Choose a tag to compare
@sy2002 sy2002 released this 10 Jan 21:34
· 836 commits to master since this release
  • UART: 115.200 baud, 8-N-1, CTS from now on
  • VGA: now supports hardware scrolling and the lat9w-12 font, which supports
    besides the U.S. english charset also the German charset.
  • MONITOR: system call table, supports scrolling on VGA using CTRL+F(orward)
    and CTRL+B(backward) and PgUp/PgDn as well as the cursor keys
  • KEYBOARD: support for US and German keyboard locales and support
    for special keys like cursor keys, page-up/down, etc.
  • HALT LED implemented as LED #15
  • PORE system implemented. Most notably, this leads to not needing to
    press the reset-button after startup. Additionally, a reset message is
    displayed.
  • ASSEMBLER: bugfixes and .DW now supports .EQUs and labels as arguments