libertyos_kernel 0.15.7

The kernel for LibertyOS.
Documentation
1
2
3
4
5
6
# Layout of the LibertyOS kernel

## /src
 - clock.rs: Implements basic functions for calculating real-time, up-time, and how to format dates.
 - cmos.rs: Establishes kernel support for the internal time-keeping ability of the computer.
 -