about summary refs log tree commit diff stats
path: root/boot.subx
diff options
context:
space:
mode:
Diffstat (limited to 'boot.subx')
-rw-r--r--boot.subx26
1 files changed, 0 insertions, 26 deletions
diff --git a/boot.subx b/boot.subx
index 38c861bf..d75de767 100644
--- a/boot.subx
+++ b/boot.subx
@@ -148,17 +148,6 @@
   # segment selectors. So we instead pin initialize_32bit_mode below.
   ea/jump-far-absolute 0x00087d00/disp32  # address 0x7d00 in offset 8 of the gdt
 
-== data
-
-# padding
-# 8e:
-                                          00 00
-00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-
-== code
-
 disk_error:
   # print 'D' to top-left of screen to indicate disk error
   # *0xb8000 <- 0x0f44
@@ -261,12 +250,6 @@ initialize_32bit_mode:
 null-interrupt-handler:
   cf/return-from-interrupt
 
-== data
-# padding
-# 201:
-   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
-== code
-
 keyboard-interrupt-handler:
   # prologue
   fa/disable-interrupts
@@ -393,21 +376,12 @@ idt_descriptor:
   ff 03  # final index of idt = size of idt - 1
   idt_start/imm32/start
 
-# padding
-# 406:
-                  00 00 00 00 00 00 00 00 00 00
-
 Keyboard-shift-pressed?:  # boolean
   00 00 00 00
 
 Keyboard-ctrl-pressed?:  # boolean
   00 00 00 00
 
-# padding
-# 418:
-                        00 00 00 00 00 00 00 00
-00 00 00 00 00 00 00 00
-
 # var keyboard circular buffer
 Keyboard-buffer:write:  # nibble
   # still take up 4 bytes so SubX can handle it