kterm

Simple serial terminal for KolibriOS.

screenshot

Requirements

  • Fasm 1.7x
  • Tup build system (optional)
  • KolibriOS commit #2dfb3ddff3 or newer

Build instructions

  1. Clone the KolibriOS repository:
git clone https://git.kolibrios.org/KolibriOS/kolibrios.git
  1. Clone this repository into kolibrios/programs/other/kterm:
cd kolibrios/programs/other
git clone https://git.kolibrios.org/b00bl1k/kterm.git
  1. Build using either method:

With Tup (recommended):

tup init
tup

Or directly with FASM:

fasm kterm.asm
v0.2.0 Latest
2025-05-25 17:21:37 +02:00
Languages
Assembly 98.6%
Makefile 1%
Lua 0.4%