Page 1 of 1

LibFalcon

Posted: Sat Jun 04, 2016 8:45 am
by snasim2002
Can somebody please help me for testing LibFalcon?? LibFalcon is a dead simple C library to be linked with kernels.. It provides nearly all string and memory functions, and some port I/O functions. I just want testers to give their feedback on the implementations, what can be added, and how could it be optimized.
Thanks in advance.

Re: LibFalcon

Posted: Sat Jun 04, 2016 6:47 pm
by alexfru
Writing tests for a change may be a good and sometimes eye opening experience.

Re: LibFalcon

Posted: Mon Jun 06, 2016 11:54 am
by snasim2002
But how can i write compile-time tests for functions like inportb, outportw etc. ??

Re: LibFalcon

Posted: Mon Jun 06, 2016 11:13 pm
by alexfru
How do you think/expect others would test those?

Re: LibFalcon

Posted: Tue Jun 07, 2016 4:55 am
by snasim2002
I expect testers to use the functions in their own kernel. :D :D