Template:Main2/Tools: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
(Added Mold and Lingemu.)
 
(9 intermediate revisions by 7 users not shown)
Line 1: Line 1:
'''Bootloaders'''
'''Bootloaders'''
* [[Bootloader]] theory
* [[Bootloader]] theory
* [[GRUB]] / [[GRUB 2]]
* [[GRUB]]
* [[Limine]]
* [[LILO]]
* [[LILO]]
* [[XOSL]]
* [[XOSL]]
Line 16: Line 17:
** [[DJGPP]]
** [[DJGPP]]
** '''Building a [[GCC Cross-Compiler]]'''
** '''Building a [[GCC Cross-Compiler]]'''
** [[Cross-Compiler Successful Builds]]
** [[Porting GCC to your OS]]
** [[Porting GCC to your OS]]
** [[Calling Conventions]] of GCC for x86 systems
* [[Calling Conventions]]
** [[System V ABI]]
* [[Watcom]] C/C++
* [[Watcom]] C/C++
* [[Visual Studio]]
* [[Visual Studio]]
** [[Visual C++ Runtime]]
** [[Visual C++ Runtime]]
* [[TCC]]
* [[TCC]]
* [[Smaller C]]
* [[Other Compilers]]
* [[Other Compilers]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Compilers|more...]]</small></div>
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Compilers|more...]]</small></div>
Line 36: Line 40:
* [[LD]] (GNU ld, part of binutils)
* [[LD]] (GNU ld, part of binutils)
* [[Link Archiver]] (GNU ar, part of binutils)
* [[Link Archiver]] (GNU ar, part of binutils)
* [[Mold]] (Modern Linker)
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Linkers|more...]]</small></div>
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Linkers|more...]]</small></div>


Line 41: Line 46:
* [[Bochs]]
* [[Bochs]]
* [[QEMU]]
* [[QEMU]]
* [[Microsoft Virtual PC]]
* [[Microsoft Virtual PC|Virtual PC]]
* [[VMWare]]
* [[VMware]]
* [[VirtualBox]]
* [[VirtualBox]]
* [[SimICS]]
* [[SimICS]]
* [[Lingemu]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Emulators|more...]]</small></div>
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Emulators|more...]]</small></div>



Latest revision as of 01:04, 5 October 2022

Bootloaders

more...

Compilers

more...

Assemblers

more...

Linkers

more...

Emulators

more...

Working with Disk Images

more...