files
kterm/README.md
2025-05-07 00:23:55 +05:00

648 B

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):

```sh
tup init
tup
```

Or directly with FASM:

```sh
fasm kterm.asm
```