Page 1 of 1
Unnecessary wiki clutter
Posted: Sun Aug 13, 2017 6:09 am
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?
Re: Unnecessary wiki clutter
Posted: Sun Aug 13, 2017 6:12 am
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
Re: Unnecessary wiki clutter
Posted: Sun Aug 13, 2017 6:41 am
by iansjack
I'd argue, as author of the entry, that SimNow is a useful addition to the toolset.
Re: Unnecessary wiki clutter
Posted: Sun Aug 13, 2017 6:42 am
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.
Re: Unnecessary wiki clutter
Posted: Sun Aug 13, 2017 7:23 am
by Geri
i wasnt intended to, just these were my ideas about the wiki, as you asked for it
Re: Unnecessary wiki clutter
Posted: Sun Aug 13, 2017 8:56 am
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.
Re: Unnecessary wiki clutter
Posted: Mon Aug 28, 2017 2:26 pm
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.
Re: Unnecessary wiki clutter
Posted: Tue Aug 29, 2017 11:18 pm
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.
Re: Unnecessary wiki clutter
Posted: Wed Aug 30, 2017 1:25 am
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?
Re: Unnecessary wiki clutter
Posted: Mon Sep 11, 2017 4:19 pm
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?
Re: Unnecessary wiki clutter
Posted: Wed Sep 13, 2017 12:18 am
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.