Merge with Wiki?

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply

What would you want? Looking for readers opinions!

Merge it!
4
27%
Link to it from the Wiki.
3
20%
Wikify it!
0
No votes
Wikify and add it to the OSDev Wiki.
6
40%
Don't do anything--keep it stand alone.
2
13%
 
Total votes: 15

User avatar
neon
Member
Member
Posts: 1567
Joined: Sun Feb 18, 2007 7:28 pm
Contact:

Merge with Wiki?

Post by neon »

Hey everyone,

As you may know, I have been developing a series of tutorials for building a 32 bit OS, step by step from the ground up.

It can be reached here

I have had several readers suggest merging my series with this site Wiki, or adding a link to it.

I would like to hear opinions on weather(sp?) I should go for it, and if so, how? i.e., How would I add it to the Wiki (Process, please)?

I have also been told of turning the tutorial into a Wiki, so that anyone can add to it. I have coinsidered this. This would help insure the accuricy(sp?) of the information, fix possible errors, and make the tutorial very good.

I am Looking for opinions on this. :D

Thanks!
OS Development Series | Wiki | os | ncc
char c[2]={"\x90\xC3"};int main(){void(*f)()=(void(__cdecl*)(void))(void*)&c;f();}
Smilediver
Member
Member
Posts: 37
Joined: Sun Aug 05, 2007 4:23 pm

Post by Smilediver »

I'd suggest to wikify it, but maybe have a small tutorial with links to the necessary pages. For example, tutorial might sound like this:

First, you need to remap the PICs. To do this read pages here and there.
Secondly, you need to initialize interrupt handling. To do this read pages here and there.
Now it would be nice to have memory management. Read about virtual memory here, memory managers there.
And so on.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

The wiki content is public domain. Your work is copyrighted. If you really want a merge with the wiki, you'll have to give up all rights.

Since the tutorials are self-contained, I think a link will suffice.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

imho the wiki is a research resource. There are many tutorials out there, some being made by myself, for example. I think that merging them all into the wiki would be counterproductive - it might make finding definitive information harder (as there are more documents about the same subject voicing different opinions, as opposed to many developers agreeing and producing the same document.)

Apart from the barebones stuff, which has been there for ever, I think there should not be tutorials merged into the wiki. Links would be better, imho.
Post Reply