No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-01-09 12:19:04 +00:00
src Implement fsize+ftruncate, update, and rustfmt. 2024-09-06 15:48:39 +02:00
.gitignore Move zero scheme from kernel space to user space 2017-12-15 20:13:54 -08:00
Cargo.lock Bump dependencies 2024-10-05 19:09:23 +03:00
Cargo.toml Implement fsize+ftruncate, update, and rustfmt. 2024-09-06 15:48:39 +02:00
README.md Add README.md 2025-01-09 12:19:04 +00:00

zerod

A daemon that will discard all writes and always fill read buffers with zero.

How To Contribute

To learn how to contribute to this system component you need to read the following document:

Development

To learn how to do development with this system component inside the Redox build system you need to read the Build System and Coding and Building pages.

How To Build

To build this system component you need to download the Redox build system, you can learn how to do it on the Building Redox page.

This is necessary because they only work with cross-compilation to a Redox virtual machine, but you can do some testing from Linux.