Skip to content

Linux Driver Subsystem #19

@cl91

Description

@cl91

Eventual goal is to be able to run Linux driver in userspace. Device IO memory is mapped to driver address space and driver communicates with NTOS Executive Server via IO request packets (IRPs).

Tasks:

  • Project structure
  • Add ELF loading to NT Executive.
  • Build the smallest possible Linux as a library project (https://github.com/lkl/linux) and produce an ELF file vmlinuz.xdrv
  • Basic character device (/dev/null, /dev/zero)
  • Basic PCI device (pvpanic-pci)
  • PCI ethernet driver --- goal is being able to send/recv ethernet frames

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions