From: Matthias Kruk Date: Thu, 3 Oct 2019 09:44:13 +0000 (+0900) Subject: Add a comment to task.S high-lighting a possible future problem with regards to EBX X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=572f3ddea3a4ea01fd98d4c79e74373a59c70f92;p=corax Add a comment to task.S high-lighting a possible future problem with regards to EBX --- diff --git a/kernel/arch/task.S b/kernel/arch/task.S index e09095f..7ab7354 100644 --- a/kernel/arch/task.S +++ b/kernel/arch/task.S @@ -224,6 +224,8 @@ task_switch: movl %esp, OFFSET_TASK_ESP0(%esi) movl %ebp, OFFSET_TASK_EBP0(%esi) + /* FIXME: What about EBX? */ + /* * Clear interrupts, since we won't have a valid stack until the * iret instruction in _int_restore is executed