Kernel: Threads can now be terminated mid execution

This commit is contained in:
Bananymous
2023-04-09 22:18:12 +03:00
parent df6e8a6562
commit f924ac9265
6 changed files with 48 additions and 19 deletions

View File

@@ -15,7 +15,6 @@ start_thread:
movl 8(%esp), %ecx
movl 4(%esp), %esp
movl $0, %ebp
movl $0, (%esp)
pushl $exit_thread_trampoline
sti
jmp *%ecx