repo.or.cz
/
planlOS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
- Implemented first part of signal support.
[planlOS.git]
/
system
/
kernel
/
ke
/
signal.S
blob
ee3fda738c76e1fde8354818c52d1b23c766ab9e
1
.code32
2
.org 0x0
3
start:
4
pushal
5
push -4(%ebp)
6
mov -8(%ebp), %eax
7
call *%eax
8
add $4, %esp
9
popal
10
mov %ebp, %esp
11
pop %ebp
12
ret
13