Kernel: Threads can now be terminated mid execution

This commit is contained in:
2023-04-10 21:07:25 +03:00
parent df6e8a6562
commit f924ac9265
6 changed files with 48 additions and 19 deletions
-1
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