ReturnInfinity / BareMetal-OS-legacy

BareMetal is a 64-bit OS for x86-64 based computers. The OS is written entirely in Assembly while applications can be written in Assembly, C/C++, and Rust.
1.74k stars 302 forks source link

Rework Ethernet functions #38

Closed IanSeyler closed 11 years ago

IanSeyler commented 11 years ago

os_ethernet_tx should send a pre-built packet.

os_ethernet_rx should process the latest packet that was received on the wire.

Remove the ring buffer.

IanSeyler commented 11 years ago

Complete.. still need to add function for callback.

IanSeyler commented 11 years ago

Fixed in latest commit.