You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 4, 2022. It is now read-only.
Document in English the design ideas of your OS. Does it has a file system, processes, threads, authentication (is it multi-user?), security, persistence? Read operating systems: three easy pieces to get the right terminology. If your OS has some system calls please document them. If your OS has no system calls, explain in English why it does not (look into papers describing Singularity...)
For an example, look into this report on GrassHopper on in the documentation of GNU Hurd or of Linux system calls
Document in English the API of your OS. Tools like doxygen could be helpful.
Explain how to adapt your OS to an AZERTY keyboard layout
See also https://www.osdev.org/