@@ -84,7 +84,6 @@ os_nvs_io: equ os_SystemVariables + 0x00B0
8484os_nvs_id: equ os_SystemVariables + 0x00B8
8585os_screen_lfb: equ os_SystemVariables + 0x00C0
8686os_virtioblk_base: equ os_SystemVariables + 0x00C8
87- os_MouseCallback: equ os_SystemVariables + 0x00D8
8887os_xHCI_Base: equ os_SystemVariables + 0x00E0
8988os_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
9695os_NVMeTotalLBA: equ os_SystemVariables + 0x010C
9796os_apic_ver: equ os_SystemVariables + 0x0110
9897os_HPET_Frequency: equ os_SystemVariables + 0x0114
99- os_ps2_mouse_packet: equ os_SystemVariables + 0x0118
10098os_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
110108os_screen_bpp: equ os_SystemVariables + 0x0210
111109os_pcie_count: equ os_SystemVariables + 0x0212
112110os_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
118111os_boot_arch: equ os_SystemVariables + 0x0220 ; Bit 0 set for legacy ports, bit 1 set for 60/64 support
119112
120113
0 commit comments