A new distributed operating system for data centers, developed by the operating systems group of the department of computer science at Heinrich Heine University Düsseldorf
Fork of D3OS for the Bachelor Thesis Development of an NE2000 network card driver in Rust for an x86-based operating system by Johann Spenrath
- this fork adds a driver for supporting NE2000-compatible Devices in D3OS
- Structure of the new implementations:
- D3OS-NE2000/os/src/kernel/device/ne2k : folder contains all relevant driver code, more can be read in the included README.md
- D3OS-NE2000/os/src/application/nettest: nettest application for benchmarks in user space
