tosc-rs / mnemos

An Operating System for Building Small Computers
https://mnemos.dev
Apache License 2.0
246 stars 16 forks source link

"Needs Docs" Job Queue #146

Open jamesmunns opened 1 year ago

jamesmunns commented 1 year ago

Please leave comments here for things that need docs, and we'll document them!

The goal is to make reporting things easy, and to give us a todo list we can chew through.

spookyvision commented 1 year ago

My questions were already all answered but it could probably use a writeup:

how to use kernel.tick() and timer.{force_}advance to build a main loop

hawkw commented 1 year ago
hawkw commented 1 year ago

"how to make a kernel event loop" docs can probably reference https://mycelium.elizas.website/maitake/scheduler/index.html#executing-tasks and https://mycelium.elizas.website/maitake/time/timer/struct.timer#driving-timers

Aloso commented 1 year ago

Please set the git-repository-url option (documented here), then mdBook includes a GitHub link in the top right corner on every page 🙂

hawkw commented 1 year ago