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