all repos — xyw @ e7bcde8fb5816bda4b4e96933e5288b09fd5c362

A minimal virtual machine and assembler for terminals.

Now actually initializing terminal device via init.
h3rald h3rald@h3rald.com
Fri, 24 Jul 2026 13:10:11 +0200
commit

e7bcde8fb5816bda4b4e96933e5288b09fd5c362

parent

b8e7f36d2932cc5502d2abf075430b45109d74bd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M xywrun.cxywrun.c

@@ -336,7 +336,7 @@ xyw_device xyw_devices[XYW_TOTAL_DEVICES] = {

// System device {&xyw_memory[0xff00], system_setup, system_input, system_output, 0}, // Terminal device - {&xyw_memory[0xff10], 0, terminal_input, terminal_output, terminal_teardown}, + {&xyw_memory[0xff10], terminal_init, terminal_input, terminal_output, terminal_teardown}, // Clock device {&xyw_memory[0xff20], clock_setup, clock_input, clock_output, 0}, // File device