Working on the OS FAQ [Mega-Tokyo Wiki]

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.
hgb

Re:Working on the OS FAQ

Post by hgb »

How I can check??, I still have no access :).
User avatar
Colonel Kernel
Member
Member
Posts: 1437
Joined: Tue Oct 17, 2006 6:06 pm
Location: Vancouver, BC, Canada
Contact:

Re:Working on the OS FAQ

Post by Colonel Kernel »

Quick question about the wiki -- Is the RSS feed for Recent Edits enabled? I can't seem to get it to work...
Top three reasons why my OS project died:
  1. Too much overtime at work
  2. Got married
  3. My brain got stuck in an infinite loop while trying to design the memory manager
Don't let this happen to you!
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Working on the OS FAQ

Post by Pype.Clicker »

http://www.osdev.org/osfaq2/index.php/WishList

a couple of new pages are under construction ... if you feel like helping/cross-checking ...

Oh, and btw, good luck to all of you having exams ;)
distantvoices
Member
Member
Posts: 1600
Joined: Wed Oct 18, 2006 11:59 am
Location: Vienna/Austria
Contact:

Re:Working on the OS FAQ

Post by distantvoices »

Ah, exams ... *gg* That's what is approaching me in september this year.
... the osdever formerly known as beyond infinity ...
BlueillusionOS iso image
AR

Re:Working on the OS FAQ

Post by AR »

Can someone fix the homepage please? The "Visual C/C++" entry is broken, I presume the solution is to change the wikiword to [Visual C/C++|Visual C].
oswizard

Re:Working on the OS FAQ

Post by oswizard »

The Visual C wiki needs to be fixed again... The home page is linked to [Visual C/C++] which gives two links: one to [Visual C] and one to [Visual C/C++] if you click on the C++. There are two pages.

Thanks,
Mike
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Working on the OS FAQ

Post by Solar »

In the thread Friendliness towards "newbies", user smiddy pointed out that the sticky threads on this board are not as organized as they could be.

I'm willing to agree.

I think that the "How to ask Questions (new and improved)" thread shows a good solution: Having a sticky thread pointing into the Wiki, and doing the information summary there (as the stickies are about summarizing, not discussing).

Could we make (some of) the other stickies into similar Wiki pages? The book recommendations and the Quick Links are prime candidates for this.

What do you think? Would that help newcomers, having a single "README FIRST" thread that points to a Wiki intro page?
Every good solution is obvious once you've found it.
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:Working on the OS FAQ

Post by bubach »

I think that's a good idea. Threads like "book recommendations" and "QuickLinks" are more wiki material anyway.
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Working on the OS FAQ

Post by Pype.Clicker »

yep, that makes sense. I suppose that members that are willing to contribute are somehow used to edit the wiki by now ...
CloudNine

Re:Working on the OS FAQ

Post by CloudNine »

Just saying that I've contributed some information about the UltraSPARC architecture. Is anyone interested in information about any other archs (because I can dig that up easily), or should go more into depth with just one architecture?
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Working on the OS FAQ

Post by Pype.Clicker »

CloudNine wrote: Just saying that I've contributed some information about the UltraSPARC architecture. Is anyone interested in information about any other archs (because I can dig that up easily), or should go more into depth with just one architecture?
thanks, i'll be pushing that on the homepage as soon as i get back to a PC that has authentification code for wiki administration.

probably you could get a look at "PowerPC" page and see if you can provide interresting information. The kind of information i suppose people could be looking for would be
- how does the system boot, is there a bootloader for study somewhere ?
- how does the system differs from a PC ? is there a good repository of system documentation (like IntelManuals ...)
- is there any hardware from the PC world that i might encounter there (PCI cards, etc.) or is there some well-known hardware i could rely on ? (e.g. iMacs have USB mouse, do we have info about the USB controller involved on iMacs ?)
User avatar
Brendan
Member
Member
Posts: 8561
Joined: Sat Jan 15, 2005 12:00 am
Location: At his keyboard!
Contact:

Re:Working on the OS FAQ

Post by Brendan »

Hi,

I'd appreciate a list of non-80x86 architectures with very brief details of each. The intent would be to provide a very quick summary of the alternatives, so that an OS developer looking to port an OS to (or develop an OS for) non-80x86 computers could make an fast initial assessment before doing further research.

For example, one line for each architecture containing the following:
  • the name of it and a link to a wiki page dedicated to that architecture (if any)
    a score out of 10 for market share/popularity
    a score out of 10 for available documentation
    some checkboxes or something (32 bit/64 bit, MMU/no MMU, open architecture, etc)
    a classification - workstation/desktop, server, embedded, etc.
    a short note (10 words describing where it's mostly used)

Cheers,

Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
User avatar
df
Member
Member
Posts: 1076
Joined: Fri Oct 22, 2004 11:00 pm
Contact:

Re:Working on the OS FAQ

Post by df »

someone needs to fix the tables I added to the 64bit cpu stuff... I wanted to break the lp64/ilp64 into its own page so it can be expanded but couldnt figure out how to add it to the front page.....
-- Stu --
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:Working on the OS FAQ

Post by Solar »

Front page is locked, i.e. requires admin login to edit.

Will look into it this afternoon.
Every good solution is obvious once you've found it.
bluecode

Re:Working on the OS FAQ

Post by bluecode »

hi,

I've got some suggestions concerning the os-faq:
* adding a section "pure virtual functions" to the howto-enable list in "Doing a kernel in C++" (for gcc and for Visual C)
* moving the last paragraph from "Visual C" to "Doing a kernel in C++"
I also write an explanation on howto enable global/static objects in C++, because in my optinion the information in "Doing a kernel in C++" is outdated in some parts.
Your opinion is welcome!

cu bluecode
Post Reply