toku-sa-n / ramen

A toy OS written in Rust supporting xHCI.
GNU General Public License v3.0
39 stars 4 forks source link

chore: each process has its own kernel stack #1051

Closed toku-sa-n closed 2 years ago

toku-sa-n commented 2 years ago

I don't think the current implementation of stack-per-cpu architecture is the correct one. However, I don't know how to implement it correctly, so I'll change it to stack-per-process.