Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jul 2002 17:26:05 -0700
From:      "Balaji, Pavan" <pavan.balaji@intel.com>
To:        "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org>
Subject:   One more question on System Calls
Message-ID:  <3D386AED1B47D411A94300508B11F18703BC5B96@fmsmsx116.fm.intel.com>

next in thread | raw e-mail | index | archive | help

I have now been able to add my own system call, but right now, I'm able to
access it only through the system(param) command. How do I let my program
directly call the function?

For example if my system call is:

mycall (void) with a syscall number as 300. Right now I'm able to call this
from my "C" program using syscall (300), but I wan't to call it directly as
mycall() from the program. Hope I made sense... :-(

Any suggestions?

Pavan Balaji,
CIS Graduate Student,
Ohio State University
 
"Being happy doesn't mean that everything is perfect... It just means that
you have decided to see beyond the imperfections"  --  Rash


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D386AED1B47D411A94300508B11F18703BC5B96>