diff options
author | Christian Cunningham <cc@localhost> | 2022-01-21 15:03:55 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-01-21 15:03:55 -0700 |
commit | dfde56396867428de6a81f01689a7a828dc91217 (patch) | |
tree | b361957f370a168ac48177c6c952d38808000071 /src/sys/schedule.S | |
parent | 367e20fa0c6f15e60d943cf222d41414fffd2318 (diff) |
Added scheduling info output
Diffstat (limited to 'src/sys/schedule.S')
-rw-r--r-- | src/sys/schedule.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sys/schedule.S b/src/sys/schedule.S index 4913034..f80b707 100644 --- a/src/sys/schedule.S +++ b/src/sys/schedule.S @@ -1,3 +1,6 @@ +// TODO: - Scheduler info function +// - Get next thread +// - Yield supervisor call .section ".text" .globl schedule .macro preserve_ctx |