Remove PID_SELF_MAGIC constant

This commit is contained in:
2025-09-06 09:50:04 +02:00
parent 3b18f56376
commit 643d692259
2 changed files with 2 additions and 4 deletions

View File

@ -7,6 +7,6 @@ _start:
call _premain
movq $2, %rax // sys processctl
movq $0x5E1F, %rdi // self magic num
movq $-1, %rdi // self magic num
movq $0, %rsi // kill cmd
int $0x80