This website requires JavaScript.
Explore
Help
Sign In
sambuc
/
codezero
Watch
1
Star
0
Fork
0
You've already forked codezero
mirror of
https://github.com/drasko/codezero.git
synced
2026-01-17 05:13:16 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
96cd0949b69398f5aa132105c81d7ce2d1f8682d
codezero
/
conts
/
posix
/
test0
/
include
History
Bahadir Balban
96cd0949b6
Correct placement of arguments and environment on stack.
...
int main(int argc, char *argv[]) style main function works now on Codezero/POSIX.
2009-10-07 19:17:24 +03:00
..
elf_wrapper.lds.in
Progress on executing test0 from memfs file as an elf.
2009-10-06 18:30:36 +03:00
linker.lds.in
Fixed lots of issues with mm0 initialization, final one was an oversized do_munmap.
2009-10-06 21:12:45 +03:00
posix_init.h
Correct placement of arguments and environment on stack.
2009-10-07 19:17:24 +03:00
test_exec_linker.lds
We have all posix programs getting compiled.
2009-09-29 23:06:29 +03:00
tests.h
Added posix code
2009-09-29 21:55:59 +03:00