Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Implement new file device interface | Ben Bridle | 2024-01-31 |
| | | | | | This is a complete redesign of the file device. The most notable addition is the ability to ascend and descend the file tree. | ||
* | Refactor code without changing functionality | Ben Bridle | 2024-01-31 |
| | | | | | An effort to make the code shorter and more readable. This mostly affects the code for the clock device. | ||
* | Change clock cumulative timer to use 256th ticks instead of seconds | Ben Bridle | 2024-01-31 |
| | | | | | | The "Cumulative seconds" port of the CLOCK device has been changed to be called "Cumulative timer", with the units changing from seconds to 1/256 second ticks. | ||
* | First commitv0.1.0 | Ben Bridle | 2023-12-24 |