651 B
651 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):
tup init
tup
Or directly with FASM:
fasm kterm.asm