diff --git a/kernel/include/scheduler.hpp b/kernel/include/scheduler.hpp index 77d2588b..09357b6d 100644 --- a/kernel/include/scheduler.hpp +++ b/kernel/include/scheduler.hpp @@ -74,7 +74,7 @@ std::expected exec(const std::string& path, const std::vectorrbx = reinterpret_cast(user_buffer); } +void sc_kill(interrupt::syscall_regs* /*regs*/) __attribute((noreturn)); void sc_kill(interrupt::syscall_regs* /*regs*/){ - //TODO Do something with return code scheduler::kill_current_process(); }