dreamportdev / Osdev-Notes

A book that explore how to write an Operating System from scratch
https://github.com/dreamportdev/Osdev-Notes
Other
570 stars 38 forks source link

rewrite syscall/sysret section #87

Closed Moldytzu closed 6 months ago

Moldytzu commented 6 months ago

Adds some tables with example values taken from my OS. Also explains more in-depth the privilege switching that occurs.

Moldytzu commented 6 months ago

This might be it :) Thanks for the suggestions.

Moldytzu commented 6 months ago

oops, I missed an important detail after the tables

DeanoBurrito commented 6 months ago

lgtm, merged.