osdev icon indicating copy to clipboard operation
osdev copied to clipboard

missing function in process.c

Open ravenleeblack opened this issue 1 year ago • 0 comments

In process.h there are two functions declared as prototypes switch_user_regs() and switch_kernel_regs() but they weren't in the process.c file and the process state function requires it. I looked everywhere for them in other files but I haven't found them yet. I am pretty sure they just call the assembly labels but wanted to make sure.

ravenleeblack avatar Aug 17 '24 09:08 ravenleeblack