Skip to content

Commit

Permalink
Add some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamos82 committed Oct 18, 2023
1 parent c2e19ab commit 809f5ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kernel/arch/x86_64/cpu/load_tr.s
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
section .text

; This function just load the tss selecto in the task _load_task_register
; it should be called only once during kernel initialization.
global _load_task_register
_load_task_register:
mov rax, 0x28
Expand Down

0 comments on commit 809f5ee

Please sign in to comment.