Switch push/pop_all macros from push/pop to mov

This commit is contained in:
Justin C. Miller
2019-03-14 22:49:51 -07:00
parent be007c6278
commit 6410c898c5
5 changed files with 42 additions and 46 deletions

View File

@@ -27,7 +27,7 @@ ramdisk_process_loader:
mov fs, ax
mov gs, ax
pop_all_and_segments
pop_all
add rsp, 16 ; because the ISRs add err/num
iretq