Hacker News new | ask | show | jobs
by bunnycorn 2803 days ago
You can already.

Just use Linux or something similar and use the lower APIs.

E.g. don't mount a filesystem, use the block device directly in your app.

1 comments

Wouldn't that add a ton of overhead, if nothing is done in kernelspace and everything gets squeezed through syscalls