Add: multiple process memory allocation

This commit is contained in:
brice.boisson
2023-09-21 17:50:46 +09:00
parent 4339d5e349
commit edb93e3967
10 changed files with 240 additions and 23 deletions

View File

@@ -2,6 +2,7 @@
#define INT_H
void _asm_default_int(void);
void _asm_page_fault(void);
void _asm_irq_0(void);
void _asm_irq_1(void);
int _asm_sycall_handler(int eax, int ebx);