This website requires JavaScript.
Explore
Help
Sign In
mathieu
/
matos
Watch
1
Star
1
Fork
0
You've already forked matos
Code
Issues
Pull Requests
Releases
Wiki
Activity
afb622e17a
matos
/
arch
/
x86
/
swintr.h
7 lines
66 B
C
Raw
Normal View
History
Unescape
Escape
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-25 23:25:31 +02:00
#
pragma once
#
define SYSCALL_INTR_NB 0x42
Implement some basic syscall
2021-11-02 21:47:05 +01:00
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-25 23:25:31 +02:00
int
syscallSetup
(
)
;
Reference in New Issue
Copy Permalink