2025-05-07 00:23:55 +05:00
2025-05-09 22:58:24 +05:00
2025-05-07 00:27:46 +05:00
2025-05-07 00:23:55 +05:00
2025-05-07 00:23:55 +05:00

kterm

Simple serial terminal for KolibriOS.

Requirements

  • Fasm 1.7x
  • Tup build system (optional)
  • KolibriOS commit #5593d344cd 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%