summaryrefslogtreecommitdiff
path: root/bios/bios.ha
diff options
context:
space:
mode:
Diffstat (limited to 'bios/bios.ha')
-rw-r--r--bios/bios.ha6
1 files changed, 1 insertions, 5 deletions
diff --git a/bios/bios.ha b/bios/bios.ha
index afae0f6..aa69f8a 100644
--- a/bios/bios.ha
+++ b/bios/bios.ha
@@ -7,11 +7,7 @@ export type state = struct {
@offset(12) edx: u32,
@offset(16) edi: u32,
@offset(20) esi: u32,
- @offset(24) ds: u16,
- @offset(26) es: u16,
- @offset(28) ss: u16,
- @offset(30) gs: u16,
- @offset(32) fs: u16
+ @offset(24) es: u16,
};
// The set real mode registers