Y
Hacker News
new
|
ask
|
show
|
jobs
by
monocasa
2708 days ago
The interrupt stack pointer comes from the TSS. Without that you're still running on the untrusted user stack with no way of bootstrapping a kernel context without corrupting the user state.
1 comments
bogomipz
2708 days ago
Oh right, without a mapping its a "chicken and egg" situation. Cheers.
link