Template:Main2/Tools: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
Added Mold and Lingemu.
 
(12 intermediate revisions by 8 users not shown)
Line 1:
'''Bootloaders'''
* [[Bootloader]] theory
* [[GRUB]]
* [[Limine]]
* [[LILO]]
* [[XOSL]] - Extended Operating System Loader
* [[System Commander]]
* [[Boot Magic]]
* [[Rolling Your Own Bootloader|Rolling your own Bootloader]] and the [[Bootloader|necessary theory]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Bootloaders|more...]]</small></div>
 
Line 11 ⟶ 13:
* [[GCC]]
** [[Cygwin]]
** [[MinGW]] and [[Dev-C++]]
** [[Dev-C++]]
** [[DJGPP]]
** '''Building a [[GCC Cross-Compiler]]'''
** [[Cross-Compiler Successful Builds]]
** [[Porting GCC to your OS|Porting GCC to Your OS]]
** [[Calling Conventions|Calling conventions of GCC for x86 Systems]]
* [[Watcom|WatcomCalling C/C++Conventions]]
** [[VisualSystem Studio|VisualV C/C++ABI]]
* [[Watcom]] C/C++
* [[Visual Studio]]
** [[Visual C++ Runtime]]
* [[TCC]]
* [[Other Compilers|Other compilers]]
* [[Smaller C]]
* [[Other Compilers|Other compilers]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Compilers|more...]]</small></div>
 
'''Assemblers'''
* [[GAS|]] (GNU as]], part of binutils)
* [[FASM]]
* [[NASM]]
* [[YASM]]
* [[Opcode_syntax|DifferencesOn Betweenthe difference between AT&T and Intel assembler[[Opcode formatssyntax]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Assemblers|more...]]</small></div>
 
'''Linkers'''
* [[LD|]] (GNU ld]], part of binutils)
* [[Link Archiver|ar]] (GNU ar, part of binutils)
* [[Mold]] (Modern Linker)
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Linkers|more...]]</small></div>
 
'''Emulators'''
* [[Bochs]] (i386) PC emulator
* [[QEMU]]
* [[Microsoft Virtual PC|Virtual PC]]
* [[VMware]]
* [[VMWare|VMWare PC Emulator]]
* [[VirtualBox]]
* [[SimICS]]
* [[Lingemu]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Emulators|more...]]</small></div>
 
'''Working with Disk Images'''
* [[Disk Images|Useful tools]] in general, and ...
** [[Loopback Device|...under]] for Linux, *BSDsBSD andet otheral. unices]]
** [[hdiutil|...under]] for MacOS X]]
** [[Windows Tools|...under Windows]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Disk_Image_Utilities|more...]]</small></div>
<noinclude>[[Category:Main Page Templates]]</noinclude>

Latest revision as of 01:04, 5 October 2022

Bootloaders

more...

Compilers

more...

Assemblers

more...

Linkers

more...

Emulators

more...

Working with Disk Images

more...