fix: compilation warning for maybe unused variables
feature: shell - autocomplete and help menu improved
This commit is contained in:
@ -15,4 +15,5 @@
|
||||
mov ss, ax
|
||||
jmp 0x08:.flush // 0x08 is the offset to our code segment: far jump on it
|
||||
.flush:
|
||||
ret
|
||||
ret
|
||||
|
||||
|
Reference in New Issue
Block a user