From 3ca7b6c9cc23e118968b49a79f2b64fe4a3b73b3 Mon Sep 17 00:00:00 2001 From: Javier Date: Sat, 2 Apr 2022 16:34:17 +0200 Subject: readd VDS support so that it works under emm386 and win386+swap --- dostsr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dostsr.c') diff --git a/dostsr.c b/dostsr.c index aab2855..57ec089 100644 --- a/dostsr.c +++ b/dostsr.c @@ -366,7 +366,7 @@ static void load_cursor(void) dlog_puts("Loading cursor to VBox"); - vbox_send_request(data.vb.iobase, data.vb.buf_physaddr); + vbox_send_request(data.vb.iobase, data.vb.dds.physicalAddress); if (req->header.rc != 0) { dlog_puts("Could not send cursor to VirtualBox"); -- cgit v1.2.3