| commit | 795951910e1c6f66efecf40e4dcc909d143999fc | [log] [tgz] |
|---|---|---|
| author | Jan Schär <jan@monogon.tech> | Mon Nov 11 14:55:56 2024 +0100 |
| committer | Jan Schär <jan@monogon.tech> | Tue Nov 12 16:14:55 2024 +0000 |
| tree | c6b16e84340b390da57b3628f6d5ef1b71ac89c1 | |
| parent | d589b6afab60a4cfc5723c04ae83183a4487ec7e [diff] |
osbase/fat32: write file creation time Add file creation times to directory entries. This was already partially implemented, and there even was a test. But the test was conditional on the kernel version, and the version comparison was broken. The test timestamps were also wrong, as the last component of time.Date is nanoseconds, not milliseconds. Change-Id: Ic00d6bb27aced918df018c9ff3148d12ecb07753 Reviewed-on: https://review.monogon.dev/c/monogon/+/3608 Tested-by: Jenkins CI Reviewed-by: Lorenz Brun <lorenz@monogon.tech>
This is the main repository containing the source code for the Monogon Platform.
This is pre-release software - take a look, and check back later! In the meantime, join us on Matrix (#monogon-os-community:matrix.org) or Discord.
Our build environment is self-contained and requires only minimal host dependencies:
/dev/kvm (if you want to run tests).Our docs assume that Bazelisk is available as bazel on your PATH.
Refer to SETUP.md for detailed instructions.
The source code lives in //metropolis (Metropolis is the codename of Monogon OS).
See the //metropolis/README.md for a developer quick start guide, or see the Monogon OS Handbook for user documentation.