TermuOS Project Submission / Wiki Permissions

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
Post Reply
RonnieH
Posts: 2
Joined: Tue May 12, 2026 1:15 pm
Location: Kent, UK
GitHub: https://github.com/RonnieHarrod-cell
Contact:

TermuOS Project Submission / Wiki Permissions

Post by RonnieH »

Hello everyone,

I’m currently developing a hobby operating system called TermuOS for x86_64 and would like to add it to the OSDev Projects page. However, my account currently only has “User” permissions, so I’m unable to edit the wiki.

Project Name: TermuOS
GitHub Repository: https://github.com/RonnieHarrod-cell/TermuOS

Current features include:

* x86_64 kernel
* multitasking scheduler
* virtual file system (VFS)
* shell/terminal
* memory management
* basic networking support

I would appreciate either:

* wiki edit permissions, or
* having the project added to the projects list by a moderator.

Thank you.
User avatar
xenos
Member
Member
Posts: 1141
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
GitHub: https://github.com/xenos1984
Contact:

Re: TermuOS Project Submission / Wiki Permissions

Post by xenos »

You can join the wiki group in the user control panel to obtain editing rights for the wiki:

http://forum.osdev.org/ucp.php?i=380
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
RonnieH
Posts: 2
Joined: Tue May 12, 2026 1:15 pm
Location: Kent, UK
GitHub: https://github.com/RonnieHarrod-cell
Contact:

Re: TermuOS Project Submission / Wiki Permissions

Post by RonnieH »

Ah, thanks.
Post Reply