Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-02 | kernel: proc: Remove PROC_INEXEC flag | Ian Moffett | |
This commit removes handling of the PROC_INEXEC flag as md_td_kick() takes care of the transfer to user mode in a cleaner way. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-07-01 | kernel: exec: Add execve() | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-06-30 | kernel: sched: Add exit1() | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-06-25 | kernel: sched: Remove "TODO" from sched_switch() | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-06-23 | kernel: sched: Add PCB and context switching | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-06-08 | kernel/amd64: Prepare for scheduler | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |