antifallobst
antifallobst pushed to master at noxos/kernel 2023-03-08 23:43:27 +00:00
6d60157da0 fix (stack-tracing): fixed symbol name resolve bug when function is extern / assembly
antifallobst pushed to master at noxos/kernel 2023-03-08 23:20:12 +00:00
9b50ca77da feature (syscalls): implemented nx_panic syscall
antifallobst pushed to master at noxos/kernel 2023-03-08 23:11:26 +00:00
b2733a3810 fix (stack-tracing): added NULL reference check for current process
Compare 2 commits »
antifallobst pushed to master at noxos/kernel 2023-03-08 18:48:40 +00:00
0e0e5cf154 fix (IDT): fixed idt loading bug, that was caused by using a wrong calling convention
antifallobst pushed to master at noxos/kernel 2023-03-08 17:29:03 +00:00
257999f0fe feature (syscalls): implemented syscall arguments and return value