generalizing the 16bit interrupt hack to an arbitray int86() call
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 27 Apr 2018 13:56:33 +0000 (16:56 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Fri, 27 Apr 2018 13:56:33 +0000 (16:56 +0300)
commit11db15bb0f0f3d23aa9b2966c2f65a0379246813
treef90bb42198be9695172be0d267d16137dee8caae
parent4c7af0d72e32cc07c04345bc9fe57a4a32a29695
generalizing the 16bit interrupt hack to an arbitray int86() call
src/boot/boot2.s
src/int86.h [new file with mode: 0644]
src/kmain.c