d4ef58f2368b6737d2763e5c65950690eec425bf
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
```
Description
Simple serial terminal for KolibriOS
https://board.kolibrios.org/viewtopic.php?p=80620
Readme
91 KiB
v0.2.0
Latest
Languages
Assembly
98.6%
Makefile
1%
Lua
0.4%