“模板:Main2/Tools”的版本间差异

来自osdev
跳到导航 跳到搜索
(创建页面,内容为“'''Bootloaders''' * Bootloader theory * GRUB * Limine * LILO * XOSL * System Commander * Boot Magic * Rolling Your Own Bootloader <div style="text-align: right; margin: 0; padding: 0;"><small>more...</small></div> '''Compilers''' * GCC ** Cygwin ** MinGW ** Dev-C++ ** DJGPP ** '''Building a GCC Cross-Compiler''' ** Cross-Compiler Successful Builds ** [[Porting GCC to your OS]…”)
 
 
(未显示同一用户的3个中间版本)
第1行: 第1行:
'''Bootloaders'''
'''引导加载程序(Bootloaders)'''
* [[Bootloader]] theory
* [[Bootloader]] theory
* [[GRUB]]
* [[GRUB]]
第8行: 第8行:
* [[Boot Magic]]
* [[Boot Magic]]
* [[Rolling Your Own Bootloader]]
* [[Rolling Your Own Bootloader]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Bootloaders|more...]]</small></div>
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Bootloaders|更多...]]</small></div>


'''Compilers'''
'''编译器(Compilers)'''
* [[GCC]]
* [[GCC]]
** [[Cygwin]]
** [[Cygwin]]
第27行: 第27行:
* [[Smaller C]]
* [[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|更多...]]</small></div>


'''Assemblers'''
'''汇编器(Assemblers)'''
* [[GAS]] (GNU as, part of binutils)
* [[GAS]] (GNU as, part of binutils)
* [[FASM]]
* [[FASM]]
第35行: 第35行:
* [[YASM]]
* [[YASM]]
* On the difference between AT&T and Intel [[Opcode syntax]]
* On the difference between AT&T and Intel [[Opcode syntax]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Assemblers|more...]]</small></div>
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Assemblers|更多...]]</small></div>


'''Linkers'''
'''链接器(Linkers)'''
* [[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)
<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|更多...]]</small></div>


'''Emulators'''
'''模拟器(Emulators)'''
* [[Bochs]]
* [[Bochs]]
* [[QEMU]]
* [[QEMU]]
第49行: 第49行:
* [[VirtualBox]]
* [[VirtualBox]]
* [[SimICS]]
* [[SimICS]]
<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|更多...]]</small></div>


'''Working with Disk Images'''
'''处理磁盘映像'''
* [[Disk Images]] in general, and ...
* [[Disk Images]] in general, and ...
** [[Loopback Device]] for Linux, *BSD et al.  
** [[Loopback Device]] for Linux, *BSD et al.  
** [[hdiutil]] for MacOS X
** [[hdiutil]] for MacOS X
** [[Windows Tools]]
** [[Windows Tools]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Disk_Image_Utilities|more...]]</small></div>
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Disk_Image_Utilities|更多...]]</small></div>
<noinclude>[[Category:Main Page Templates]]</noinclude>
<noinclude>[[Category:Main Page Templates]]</noinclude>

2022年3月31日 (四) 09:19的最新版本

引导加载程序(Bootloaders)

更多...

编译器(Compilers)

更多...

汇编器(Assemblers)

更多...

链接器(Linkers)

更多...

模拟器(Emulators)

更多...

处理磁盘映像

更多...