week 43, streaming kernel dev right now
topic: userspace page fault handling
making decent progress, will work on the assembly stub that returns control back to the user thread
see ya 👋
#programminghttps://youtube.com/live/WcbInYfBAOQ?feature=share
topic: userspace page fault handling
making decent progress, will work on the assembly stub that returns control back to the user thread
see ya 👋
#programminghttps://youtube.com/live/WcbInYfBAOQ?feature=share
Comments
wrote the assembly stub (basically felt like shellcode) which returns from the userspace page fault handler, back to the interrupted code. (with support for recursive page fault handling)
got all working, live!