Skip to content

A set of isomorphic drivers that can run both in kernel and user space without modifications.

Notifications You must be signed in to change notification settings

rcore-os/isomorphic_drivers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isomorphic Drivers

Build Status

A set of device drivers that should:

  1. Work in OS seamlessly
  2. Work in user space seamlessly

It accomplishes this by:

  1. Call provider methods for memory

Implemented drivers

Network drivers

  • ixgbe: Intel 10Gb Network Adapter 82599
  • E1000: Intel E1000

Block device drivers

  • AHCI: Advance Host Controller Interface

About

A set of isomorphic drivers that can run both in kernel and user space without modifications.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages