matos/core/syscall.h
Mathieu Maret 75dbbdb53b Wrap IRQ, Exception, cpu_context to be ready for user
Fix ASM where ebp was push 2 times.
One by pushw ebp
One by pushal later
2021-10-27 00:14:22 +02:00

6 lines
65 B
C

#pragma once
#define SYSCALL_INTR_NB 0x42
int syscallSetup();