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

BMFS driver #28

Open IanSeyler opened 11 years ago

IanSeyler commented 11 years ago

The current driver is not "C library ready".

Newlib requires open(), close(), read(), write(), lseek(), fstat(), stat(), link(), and unlink().

IanSeyler commented 11 years ago

open(), close(), and read() are in.