|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: Poring BSD Libc
Hi,
The progress with porting BSD libc.
1. The character device is complete.
2. Block device is accessible. -- Some testing has to be done for
completing the sector reading.
Next in line: Implementation of POSIX pthread for the Mini-OS.
-Sagar
On 07/08/2011 08:41 AM, Sagar Kadam wrote:
Hello,
I am working on Porting BSD libc. The library is taken from OpenBSD
and modified as needed.
Syscalls related to printf etc work.
Most of the other syscalls are just plugged in and do nothing.
The major trouble for me is to port malloc and related functions and
how the scheduler is working. They go in page faults and I am trying
to locate the problem.
The code is at:
https://github.com/ragas/Porting-libc
I am working on Block access right now and lagging as per planned
schedule ( The block access should have been complete by now)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|