Re: system call

Pavel Machek (pavel@bug.ucw.cz)
Sun, 30 May 1999 23:11:28 +0200


Hi!

> I removed the following system calls in the sched.c file:
>
> 1- sys_sched_setscheduler
> 2- sys_sched_getscheduler
> 3- sys_sched_get_priority_max
...
> OBS: the line ".space (NR_syscalls-169)*4" was changed to
> ".space (NR_syscalls-163)*4".

> and
> the numbers of each system call was appropriately corrected in
> the mentioned files.

Does it mean you shifted are syscalls above these 6? No wonder it does
not boot, then. You may not remove them, you can just replace them
with null syscalls.

Pavel

-- 
I'm really pavel@ucw.cz. Look at http://195.113.31.123/~pavel.  Pavel
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/