Talk:Resources: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
Content added Content deleted
(Re: Operating System Programming Tools)
(New: Merge)
Line 1: Line 1:
== 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:
* [[Resources]]
* [[Quick Links]]
* [[Kernels With Source]]
* [[OSRC]]
* [[Specifications]]
* [[Links]]

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 :)

- [[User:Combuster|Combuster]] 12:51, 10 July 2007 (CDT)


==Operating System Programming Tools==
==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? -[[User:Jhawthorn|Jhawthorn]] 12:54, 26 June 2007 (CDT)
I suggest we insure that everything in this section is in [[:Category:Tools]], and then remove the section. Anyone else have an opinion? -[[User:Jhawthorn|Jhawthorn]] 12:54, 26 June 2007 (CDT)

Revision as of 17:51, 10 July 2007

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)


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