Subject: Some sample or document to migrate from linux kernel api to netbsd (2.0) api...
To: None <tech-kern@NetBSD.org>
From: Nalin Gupta <nalingupta2000@gmail.com>
List: tech-kern
Date: 02/09/2007 14:21:30
hello,
I am in process of porting linux kernel module to netbsd (~v2.0).
From netbsd.org, I could find docs to start implement char dev driver.
But still struggling to find various linux kernel primitives
equivalent in netbsd.
I trying to search document which either explain netbsd kernel
programming primitives
(e.g. how to create kernel thread, mutex lock,
wait_event_interruptible like mechanism)
or
how to subsititute these linux primitives to netbsd.
What is the way for new bie to learn beyond cdevsw or LKM ?
Thanks in advance for any help.
regards,
- nalin