From 35c9df451d4f415632a4a1f64b06d1de12340687 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sat, 21 May 2022 12:05:07 +0200 Subject: bios::drive: fix the read function --- bios/bios.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bios/bios.ha') diff --git a/bios/bios.ha b/bios/bios.ha index aa69f8a..5a3c1aa 100644 --- a/bios/bios.ha +++ b/bios/bios.ha @@ -15,7 +15,7 @@ export let regs: state; // The address of a 512 bytes workspace that is located below 0xFFFFF and can be used to store the results // of various bios calls -export const @symbol("_ws") ws: u16; +export const @symbol("_ws") ws: [4096]u8; // The boot drive number as given by the BIOS at boot time export const @symbol("drive_no") drive_number: u8; -- cgit v1.2.3