diff options
Diffstat (limited to 'bios/bios.ha')
| -rw-r--r-- | bios/bios.ha | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
