diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-02-02 11:05:26 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-02-02 11:05:26 +0100 |
commit | 4c31270d862582d16bb8238586a2b924f962b3b8 (patch) | |
tree | 233417bd85bc89793bfa11533d9ae13646d73f0f /contributing.mdwn | |
parent | e763c28e9aabc10660f5085e6af69de80ab71c9a (diff) | |
download | web-4c31270d862582d16bb8238586a2b924f962b3b8.tar.gz web-4c31270d862582d16bb8238586a2b924f962b3b8.tar.bz2 web-4c31270d862582d16bb8238586a2b924f962b3b8.zip |
Add TODO: disks overs 2TiB
Diffstat (limited to 'contributing.mdwn')
-rw-r--r-- | contributing.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contributing.mdwn b/contributing.mdwn index 11cedba3..d00a8d28 100644 --- a/contributing.mdwn +++ b/contributing.mdwn @@ -81,6 +81,7 @@ people who would like to dive into the code but just lack a "somewhere to begin with". * Some translators do not support fsysopts, such as `remap`. +* Extend `device_read'/`device_write' into supporting > 2TiB disk sizes. * Add a futex kernel trap to GNU Mach. This can be useful for nicer locking primitives, including inter-process primitives. `vm_allocate` can be used as an example in the `gnumach` source tree for how to add a kernel trap. [[!GNU_Savannah_task 6231]] |