Merge branch 'master' into feature/ich2

This commit is contained in:
Jasmine Iwanek
2022-08-02 23:50:02 -04:00
61 changed files with 2394 additions and 1357 deletions

View File

@@ -675,6 +675,7 @@ extern void hardresetx86(void);
extern void x86_int(int num);
extern void x86_int_sw(int num);
extern int x86_int_sw_rm(int num);
extern void x86de(char *s, uint16_t error);
extern void x86gpf(char *s, uint16_t error);
extern void x86np(char *s, uint16_t error);
extern void x86ss(char *s, uint16_t error);