1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:27:35 +00:00

Kernel: Use the system boot time as default timestamp in /sys and /dev

This commit is contained in:
Andreas Kling 2022-06-14 14:02:04 +02:00
parent adaaea4c9a
commit 4e4a930b13
4 changed files with 6 additions and 8 deletions

View file

@ -18,8 +18,6 @@
namespace Kernel {
static constexpr u32 mepoch = 476763780;
class FileSystem : public RefCounted<FileSystem> {
friend class Inode;