Bahadir Balban
7ba7a2e796
Added a simplified ascii_to_int() implementation.
...
Removed dependency on hard-coded pager id. Pager id is now passed
as an environment string `pagerid' to tasks. Alternatively, this
could take space in the utcb of each task.
2009-10-17 18:48:30 +03:00
Bahadir Balban
13c7a6476d
Fixed a c library issue with wrong valued SEEK_SET SEEK_CUR ...
2009-10-09 16:53:37 +03:00
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
Bahadir Balban
2da7b16412
Moved all crt0.S to .text.head
2009-09-21 20:26:01 +03:00
Bahadir Balban
c49dd29a41
Missing libc added back
2009-09-21 14:30:19 +03:00
Bahadir Balban
19a84b02da
Test program for bare repos now links with libl4 and libc.
...
The userspace bare libc has been re-added to the repo.
2009-09-19 12:30:37 +03:00