diff options
author | Christian Cunningham <cc@localhost> | 2022-02-05 00:34:37 -0700 |
---|---|---|
committer | Christian Cunningham <cc@localhost> | 2022-02-05 00:34:37 -0700 |
commit | 4ccbd3a14b90ad444f5a6fd099081d89a2ff98be (patch) | |
tree | 63a9157922cb43117d42c744331e309ed2139822 /src/sys | |
parent | 44ad380cccc36184be13de37df701e1a1e713cf0 (diff) |
Remove old stuff
Diffstat (limited to 'src/sys')
-rw-r--r-- | src/sys/schedule.S | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sys/schedule.S b/src/sys/schedule.S index dba8bd4..e8ab326 100644 --- a/src/sys/schedule.S +++ b/src/sys/schedule.S @@ -1,6 +1,3 @@ -// TODO: - Scheduler info function -// - Get next thread -// - Yield supervisor call .section ".text" .globl schedule .macro preserve_ctx |