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

Reconfigure File API #34

Closed IanSeyler closed 11 years ago

IanSeyler commented 11 years ago

b_file_open b_file_close b_file_read b_file_write b_file_seek

IanSeyler commented 11 years ago

Actually more was required to be "C-ready". Write isn't enabled yet but the framework is in.