648 B
648 B
kterm
Simple serial terminal for KolibriOS.
Requirements
Build instructions
- Clone the KolibriOS repository:
git clone https://git.kolibrios.org/KolibriOS/kolibrios.git
- Clone this repository into kolibrios/programs/other/kterm:
cd kolibrios/programs/other
git clone https://git.kolibrios.org/b00bl1k/kterm.git
- Build using either method:
With Tup (recommended):
```sh
tup init
tup
```
Or directly with FASM:
```sh
fasm kterm.asm
```