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
5ebfc05069
matos
/
arch
/
x86
/
swintr.h
9 lines
91 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
load userspace from disk
2021-11-05 23:02:23 +01:00
#
ifdef __KERNEL__
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
(
)
;
load userspace from disk
2021-11-05 23:02:23 +01:00
#
endif
Reference in New Issue
Copy Permalink