Hi all,<br>i am using FC1 and want to add a simple syscall to kernel.<br>let's say its name be ADDER and its aim is to add 2 integer. <br>it takes two int parameter and gives me the result.<br><br>#  adder(4,5)<br>#  9<br>
<br>which procedures do i have to follow to achieve 9 out of adder(4,5)?<br>is there a well-prepared howto? or anyone here is willing to help me ?<br>by the way i'd like to write compiled kernel to floppy disk. so it should be as small as possible in size.
<br>thanks in advence.<br>bye<br>