Unnecessary wiki clutter

All about the OSDev Wiki. Discussions about the organization and general structure of articles and how to use the wiki. Request changes here if you don't know how to use the wiki.
Post Reply
no92
Member
Member
Posts: 307
Joined: Wed Oct 30, 2013 1:57 pm
Libera.chat IRC: no92
Location: Germany
Contact:

Unnecessary wiki clutter

Post by no92 »

If you ever looked deeper into the wiki, especially the special pages, you will have noticed a lot of stubs and irrelevant pages. Looking into these things, I've wrote up a list of things I'd propose doing, so that if there are any objections to these changes affecting multiple pages, they can be voiced beforehand.

Up for complete deletion:
- Sol asm (relevance, self-promotion?)
- fat_imgen (relevance)
- AS86 (relevance)
- BFI (relevance)
- TLink (relevance)
- WLink (relevance)
- SimNow (relevance)
- SciTE (relevance)
- LCC (relevance)
- JWasm (relevance)

Note: I'd be fine to keep these if they had any valuable information attached - e.g. issues and remedies.

Nasty stuff, moving to the appropriate user namespaces:
- Gravaera redirects (Gravaera/UDI_Regions and Gravaera/UDI_Regions; Note to self: use the "What links here" tool in the wiki when deleting these)
- JohnBurger pages: Move them to his own namespace. This is ridiculous, honestly.

Opinions? Objections? Additions?
User avatar
Geri
Member
Member
Posts: 442
Joined: Sun Jul 14, 2013 6:01 pm

Re: Unnecessary wiki clutter

Post by Geri »

the problem generally is the wiki is too x86, and too kernel-orientated.
the wiki should be separated into architectures, within, practical examples and theocretical descriptions, and other topics must be covered more efficiently
just shoveling random articles together is not good
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html
User avatar
iansjack
Member
Member
Posts: 4703
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Unnecessary wiki clutter

Post by iansjack »

I'd argue, as author of the entry, that SimNow is a useful addition to the toolset.
no92
Member
Member
Posts: 307
Joined: Wed Oct 30, 2013 1:57 pm
Libera.chat IRC: no92
Location: Germany
Contact:

Re: Unnecessary wiki clutter

Post by no92 »

@Geri
A couple of objections to your post - apart from having exactly nothing to do with the topic. The wiki is a place to get a overview about a subject - it is not (nor is it supposed to be) a definitive guide to your own OS, with no assembly required (unintended, albeit good pun).

Then, by all means necessary, go ahead and fix it - everyone has permission to edit. The matter of the fact is that few are really interested in anything but x86 - the wiki is just reflective of that. This is the spirit of the thread - but thanks for hijacking with the very first reply.

tl;dr: If you want to flame about x86, please open another thread.
User avatar
Geri
Member
Member
Posts: 442
Joined: Sun Jul 14, 2013 6:01 pm

Re: Unnecessary wiki clutter

Post by Geri »

i wasnt intended to, just these were my ideas about the wiki, as you asked for it
Operating system for SUBLEQ cpu architecture:
http://users.atw.hu/gerigeri/DawnOS/download.html
User avatar
xenos
Member
Member
Posts: 1121
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
Contact:

Re: Unnecessary wiki clutter

Post by xenos »

iansjack wrote:I'd argue, as author of the entry, that SimNow is a useful addition to the toolset.
I agree, I also use it from time to time and have found quite a few bugs in my code that did not show up in any other simulator. About the other tools, I cannot say much, maybe someone still uses them. I used Watcom when I started OS development because it has a few nice features I used (such as hand-crafting register calling conventions), also it supports 16 bit code and segmented memory model.
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
no92
Member
Member
Posts: 307
Joined: Wed Oct 30, 2013 1:57 pm
Libera.chat IRC: no92
Location: Germany
Contact:

Re: Unnecessary wiki clutter

Post by no92 »

Alright, I've deleted Gravaera's unused redirects and I am in the process of moving JohnBurger's stuff into his namespace. Also, I've removed SimNow from my up-for-deletion list, but still consider all others for deletion - at a later date.
Korona
Member
Member
Posts: 1000
Joined: Thu May 17, 2007 1:27 pm
Contact:

Re: Unnecessary wiki clutter

Post by Korona »

Suggestion: Move the SimNow content to a "Kernel-level debuggers"/"ISA-level debuggers" page (where other people can add content about e.g. bochs and qemus debuggers) and remove all others (or move them to some "considered for deletion" namespace first.
managarm: Microkernel-based OS capable of running a Wayland desktop (Discord: https://discord.gg/7WB6Ur3). My OS-dev projects: [mlibc: Portable C library for managarm, qword, Linux, Sigma, ...] [LAI: AML interpreter] [xbstrap: Build system for OS distributions].
no92
Member
Member
Posts: 307
Joined: Wed Oct 30, 2013 1:57 pm
Libera.chat IRC: no92
Location: Germany
Contact:

Re: Unnecessary wiki clutter

Post by no92 »

The second part is something I was thinking about - a template that marks the article as suggested for deletion, maybe even adds a category?
User avatar
Artlav
Member
Member
Posts: 178
Joined: Fri Aug 21, 2009 5:54 am
Location: Moscow, Russia
Contact:

Re: Unnecessary wiki clutter

Post by Artlav »

Speaking of clutter, would it be a good idea to add descriptions of various pieces of real hardware to the Wiki?

I've recently been making drivers for several things, like Via Rhine network card, Trident graphics card, M-systems DiskOnChip and similar bits of old and scarcely documented hardware, and i was thinking about putting info about them into the Wiki here, with good write-up hopefully.

Would something like that belong, or is there some better place for it?
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

Re: Unnecessary wiki clutter

Post by thepowersgang »

YES PLEASE.

Practical experience with hardware definitely belongs on the wiki. Documentation links can be hard to find, and with many devices you just get register dumps (with no information on how to actually set up a functioning environment).

The wiki is very much for documenting these hidden parts.
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
Post Reply