mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Invoke #DE in cmd_panic()
This commit is contained in:
parent
e75dbfc8ce
commit
6a25cc216a
@ -23,7 +23,8 @@
|
||||
|
||||
using namespace vfs;
|
||||
|
||||
void cmd_panic(const char *args)
|
||||
nsa void cmd_panic(const char *)
|
||||
{
|
||||
int3;
|
||||
asmv("int $0x0");
|
||||
__unreachable;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user