OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Apr 23, 2024 11:54 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Defining a common minimal Kernel Programming Interface
PostPosted: Fri Mar 29, 2002 12:00 am 
Hello, OS developers.

As there are more and more OS projects on the web and more and more hardware devices to support, i wondered wether we could cooperate and produce a sort of 'Standardized Kernel Programming Interface' (a kind of osdev api) for hardware device drivers, so that a wide range of kernels could share the same device drivers ...

the Osdev KPI could include informations such as:

- the binary format used for drivers (for instance, a ELF file having an init() and a reset() function)
- the environment that drivers will be able to use from the kernel (how to get memory, buffer-class memory, how to start a kernel thread, write to a log, etc.)
- a driver descriptor, that could be used by the kernel to access the driver (usual read/writes?)


Let me know how you feel about this ...


Top
  
 
 Post subject: RE:Defining a common minimal Kernel Programming Interface
PostPosted: Fri Mar 29, 2002 12:00 am 
>On 2002-03-29 07:16:13, [email protected] (Pype of Clicker32) wrote:
>Hello, OS developers.
>
>As there are more and more OS projects on the web and more and more hardware devices to support, i wondered wether we could cooperate and produce a sort of 'Standardized Kernel Programming Interface' (a kind of osdev api) for hardware device drivers, so that a wide range of kernels could share the same device drivers ...
>
>the Osdev KPI could include informations such as:
>
>- the binary format used for drivers (for instance, a ELF file having an init() and a reset() function)
>- the environment that drivers will be able to use from the kernel (how to get memory, buffer-class memory, how to start a kernel thread, write to a log, etc.)
>- a driver descriptor, that could be used by the kernel to access the driver (usual read/writes?)
>
>
>Let me know how you feel about this ...
What if someone wants to implement unix-style device files with ioctl ()?
This won't fit into my kernel, as I won't some sort of COM/Corba-style driver model.

The Legend


Top
  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: Amazonbot [bot], Majestic-12 [Bot] and 102 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group