kernel: Initialize dirty and time flags of bb
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 26 Feb 2018 18:54:35 +0000 (18:54 +0000)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 26 Feb 2018 23:02:38 +0000 (23:02 +0000)
commit54b728cc6a9769ab82e70fb119871ad6f7c9e510
tree52797e1ec6f66f0dfbbb2402aa5c82a5d7e5b286
parent46715faa86bdbb8b94888c347d83c5f764eada9f
kernel: Initialize dirty and time flags of bb

The buffer cache is not located in bss in some configurations,
and it means that the memory is not initialized when the system
boots. When emulators allocate the memory, it is initialized
to 0 by the operating system, but it doesn't happen in actual
hardware.
Kernel/start.c