Talk:Resources

From OSDev.wiki
Revision as of 17:25, 18 September 2007 by Combuster (talk | contribs) (Re: merge (request for comments))
Jump to navigation Jump to search

Merging link pages

As discussed in Talk:Quick Links, there are many pages with links to useful sites, and it would be useful to merge them into one page, here. Many of those are part of Category:Pages For Review.

The pages that are proposed for the merge are:

A proposed layout of sections (each with the appropriate links):

  • Operating System General
  • Operating System Development
  • Hardware Specifications
    • Processors
    • Motherboard Devices
    • Human Input Devices
    • Video
    • Audio
    • Network
    • ...
  • Software Specifications
  • Other Specifications
  • Sample Kernels

All comments are welcome (especially nods of approval :)

- Combuster 12:51, 10 July 2007 (CDT)

No objections here. --Alboin


I completed merging the pages listed above. All links in specifications appeared to be duplicates of quick links, I located Miscellaneous Code which might be viable for a merge as well. Pruned dead links:

Fixups or confirmations that these are unrecoverable might be welcome. I invite people for a double-check and final comments before removing the original pages.

- Combuster 12:25, 18 September 2007 (CDT)


Operating System Programming Tools

I suggest we insure that everything in this section is in Category:Tools, and then remove the section. Anyone else have an opinion? -Jhawthorn 12:54, 26 June 2007 (CDT)

Yes, I agree. The tool listing does not belong in the Resources page. - Combuster 16:57, 26 June 2007 (CDT)
It seems YASM ended up missing. Created the article as part of the double-check. Everything looks fine now - Combuster 02:55, 27 June 2007 (CDT)

Image tools

I'd like to see some more disk-image tools. The only one I know of that supports floppy disks is WinImage. --MessiahAndrw 23:44, 24 June 2007 (CDT)

Have you checked Category:Disk Image Utilities? -Jhawthorn 00:06, 25 June 2007 (CDT)

Organization

Things to think about for organisation:

  • Add pascal/ada/basic/whatever compilers?
  • split compilers into realmode, pmode and longmode?
  • Other architectures

how about tagging each compiler with what architecture (subset) it supports

- Combuster

Compiler Comparison

I think the compiler details like architecture supported should go in Tool_Comparison - Chase