From 67bfeba1035dedf98d67cb00ea89e550de673aa4 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 25 Jan 2021 23:23:42 +0100 Subject: Adds runner and 32-bit-runner to start implementing software interrupts. --- run/dos_emu.hpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 run/dos_emu.hpp (limited to 'run/dos_emu.hpp') diff --git a/run/dos_emu.hpp b/run/dos_emu.hpp new file mode 100644 index 0000000..ab285d7 --- /dev/null +++ b/run/dos_emu.hpp @@ -0,0 +1,5 @@ +#pragma once + +#include + +void dos_emu_handler(int sig, siginfo_t* info, void* c); -- cgit v1.2.3-70-g09d2