These three efault patches are the basis for another 30 patches which do the following:
* Correct compiler warnings. * Add coding consistency. * Detect error cases and handle them properly. * Divide syscall.c to closer resemble the Linux kernel for code partitioning and organization. * Add new features and functionality. * Correct errors from previous patches that I've sent 8^) I'd appreciate feed back and comments. When I can make these patches acceptable then I'll be able to send the additional patches and have them meet the same design requirements. Thanks.