Skip to content

Commit ec83e88

Browse files
author
Ian Seyler
committed
Remove PS/2 mouse variables
1 parent dbc752a commit ec83e88

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/sysvar.asm

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ os_nvs_io: equ os_SystemVariables + 0x00B0
8484
os_nvs_id: equ os_SystemVariables + 0x00B8
8585
os_screen_lfb: equ os_SystemVariables + 0x00C0
8686
os_virtioblk_base: equ os_SystemVariables + 0x00C8
87-
os_MouseCallback: equ os_SystemVariables + 0x00D8
8887
os_xHCI_Base: equ os_SystemVariables + 0x00E0
8988
os_usb_evtoken: equ os_SystemVariables + 0x00E8
9089

@@ -96,7 +95,6 @@ os_AHCI_PA: equ os_SystemVariables + 0x0108 ; Each set bit is an active port
9695
os_NVMeTotalLBA: equ os_SystemVariables + 0x010C
9796
os_apic_ver: equ os_SystemVariables + 0x0110
9897
os_HPET_Frequency: equ os_SystemVariables + 0x0114
99-
os_ps2_mouse_packet: equ os_SystemVariables + 0x0118
10098
os_xhci_int0_count: equ os_SystemVariables + 0x011C ; Incremented on xHCI Interrupter 0
10199

102100

@@ -110,11 +108,6 @@ os_screen_ppsl: equ os_SystemVariables + 0x020E
110108
os_screen_bpp: equ os_SystemVariables + 0x0210
111109
os_pcie_count: equ os_SystemVariables + 0x0212
112110
os_HPET_CounterMin: equ os_SystemVariables + 0x0214
113-
os_ps2_mouse: equ os_SystemVariables + 0x0218
114-
os_ps2_mouse_buttons: equ os_SystemVariables + 0x0218 ; Button state, bit 0 - left, bit 1 - right, bit 3 - middle. 0-released, 1-pressed
115-
os_ps2_mouse_x: equ os_SystemVariables + 0x021A ; Cursor screen position on X axis
116-
os_ps2_mouse_y: equ os_SystemVariables + 0x021C ; Cursor screen position on Y axis
117-
os_ps2_mouse_count: equ os_SystemVariables + 0x021E ; Byte counter
118111
os_boot_arch: equ os_SystemVariables + 0x0220 ; Bit 0 set for legacy ports, bit 1 set for 60/64 support
119112

120113

0 commit comments

Comments
 (0)