Add kernel logging task
- Enable creating kernel tasks - Create kernel task that disables immediate-mode logging and prints logs to the console forever
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
%macro push_all 0
|
||||
sub rsp, 0x78
|
||||
|
||||
; ss3 rsp + 0xa8
|
||||
; rsp3 rsp + 0xa0
|
||||
; flags3 rsp + 0x98
|
||||
; cs3 rsp + 0x90
|
||||
; rip3 rsp + 0x88
|
||||
; error rsp + 0x80
|
||||
; vector rsp + 0x78
|
||||
|
||||
mov [rsp + 0x70], rax
|
||||
mov [rsp + 0x68], rcx
|
||||
mov [rsp + 0x60], rdx
|
||||
|
||||
Reference in New Issue
Block a user