mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
1.44 Beta
[BUG FIX UPDATE] Updates until 1.50 will be bug fix updates as 1.50 will be a full release. Bug fixes for 1.44: -Stopped the crashing when moving stuff onto the desktop -Fixed codeblock formatting in the markdown viewer.
This commit is contained in:
@@ -11,10 +11,7 @@ send_eoi:
|
||||
push rax
|
||||
mov al, 0x20
|
||||
out 0x20, al ; Master PIC
|
||||
; If IRQ > 7, send to Slave too (Mouse is IRQ 12)
|
||||
; We'll handle this in the specific wrappers or C code.
|
||||
; Actually, simpler to do EOI in C or here.
|
||||
; Let's just do it in C.
|
||||
|
||||
pop rax
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user