You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, love your work, been using your blog to help me get up to speed with low level Rust and also get a more detailed look at more areas of the kernel!
I have just recently implemented the IDT, for this I opted to use the naked functions so I could get a more detailed look / understanding of the system. Now I was trying to get back into it and implement the GDT as defined in the second edition, however I seem to be unable to get the IST to work correctly and switch to the new stack (defined as a static mut array). Would appreciate any help if possible, I am following along with my own repo here: Rust OS practice
The text was updated successfully, but these errors were encountered:
Hi, love your work, been using your blog to help me get up to speed with low level Rust and also get a more detailed look at more areas of the kernel!
I have just recently implemented the IDT, for this I opted to use the naked functions so I could get a more detailed look / understanding of the system. Now I was trying to get back into it and implement the GDT as defined in the second edition, however I seem to be unable to get the IST to work correctly and switch to the new stack (defined as a
static mut
array). Would appreciate any help if possible, I am following along with my own repo here: Rust OS practiceThe text was updated successfully, but these errors were encountered: