add read call

This commit is contained in:
2025-12-03 04:28:09 +01:00
parent 7459a36100
commit 2c911a3c87
4 changed files with 14 additions and 6 deletions

View File

@@ -1,6 +1,7 @@
// vim: set noet ts=4 sw=4:
#include "./kappl.h"
#include "../../syscall/stub.h"
#include "../../device/textstream.h"
extern TextStream kout;