Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 196 Bytes

readme.md

File metadata and controls

3 lines (3 loc) · 196 Bytes

调试中遇到的问题

  1. int14 iret的时候需要将栈上的错误码pop出去或者将esp加4
  2. int14 时需要将gs的原始值保存,需要将gs置为0x10,也就是内核数据段