From: | "Chuck Tuffli" <ctuffli@xxxxxxxxx> |
Date: | Mon, 17 Apr 2006 05:28:30 -0700 |
Is the following the correct way to add a new system call? - add entry to sys/kern/syscalls.master - cd sys/kern && sh makesyscalls.sh syscalls.master - make buildworld - make buildkernel . .. or is the 2nd step not needed? Thanks. ---chuck