This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
minix
Watch
1
Star
0
Fork
You've already forked minix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1786291e32
minix
/
lib
/
libc
/
syscall
/
sysuname.S
7 lines
86 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Macros for symbols used in both ASM and C -The macros take care of prepending the leading underscore when necessary.
2010-08-17 18:44:07 +02:00
#
include
<
m
a
c
h
i
n
e
/
a
s
m
.
h
>
IMPORT
(
_
s
y
s
u
n
a
m
e
)
ENTRY
(
s
y
s
u
n
a
m
e
)
jmp
_
C
_
L
A
B
E
L
(
_
s
y
s
u
n
a
m
e
)
Disabled building rescue driver (no longer needed). Moved allocmem from library to the memory driver. Always put output from within TTY directly on the console. Removed second include of driver.h from tty.c. Made tty_inrepcode bigger. First step to move PM and FS calls that are not regular (API) system calls out of callnr.h (renumbered them, and removed them from the table.c files). Imported the Minix-vmd uname implementation. This provides a more stable ABI than the current implementation. Added a bit of security checking. Unfortunately not nearly enough to get a secure system. Fixed a bug related to the sizes of the programs in the image (in PM patch_mem_chunks).
2006-05-19 14:19:37 +02:00
Reference in a new issue
Copy permalink