Template:Main2/Tools

From OSDev.wiki
Revision as of 17:50, 4 June 2008 by Combuster (talk | contribs) (Forked from FAQ rebuild)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Bootloaders

  • GRUB
  • LILO
  • XOSL - Extended Operating System Loader
  • System Commander
  • Boot Magic
  • Rolling your own Bootloader

Compilers

  • Watcom C/C++
  • Visual C/C++
  • GCC
    • Using GCC Under Unix and Linux
    • Using GCC Under Windows
    • DJGPP
    • Cygwin
    • MinGW and Dev-C++
    • Building a GCC Cross-Compiler
    • Porting GCC to Your OS
    • Calling conventions of GCC for x86 Systems
  • OtherCompilers

Assemblers

Linkers

  • ld
  • ar

Emulators

  • VMWare PC Emulator
  • Bochs (i386) PC emulator
  • SimICS
  • QEMU
  • Microsoft Virtual PC

Working with Disk Images

  • ...under Linux
  • ...under FreeBSD
  • ...under MacOS X
  • ...under Windows