Closed nolash closed 3 years ago
Dunno how to PR changes to the blog source, can't find it anywhere, so I'll just leave a description here.
The .section .text part in trap.S in the blog post should not be there. It prevents compilation. The source code in this repo shows the correct code.
.section .text
trap.S
The code in the blog post is incomplete, and it's just a shell. Although, I don't see how .section .text should prevent compilation. Do you have an example?
Dunno how to PR changes to the blog source, can't find it anywhere, so I'll just leave a description here.
The
.section .text
part intrap.S
in the blog post should not be there. It prevents compilation. The source code in this repo shows the correct code.