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 303 forks source link

Remove the network ring buffer #20

Closed IanSeyler closed 11 years ago

IanSeyler commented 12 years ago

Replace with application callback.

IanSeyler commented 11 years ago

Callback is now in the network interrupt handler.