“模板:Main2/Tools”的版本间差异
跳到导航
跳到搜索
(创建页面,内容为“'''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)''' | ||
* [[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| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Bootloaders|更多...]]</small></div> | ||
''' | '''编译器(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| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Compilers|更多...]]</small></div> | ||
''' | '''汇编器(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| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Assemblers|更多...]]</small></div> | ||
''' | '''链接器(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| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Linkers|更多...]]</small></div> | ||
''' | '''模拟器(Emulators)''' | ||
* [[Bochs]] | * [[Bochs]] | ||
* [[QEMU]] | * [[QEMU]] | ||
第49行: | 第49行: | ||
* [[VirtualBox]] | * [[VirtualBox]] | ||
* [[SimICS]] | * [[SimICS]] | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Emulators| | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Emulators|更多...]]</small></div> | ||
''' | '''处理磁盘映像''' | ||
* [[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| | <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)
- GAS (GNU as, part of binutils)
- FASM
- NASM
- YASM
- On the difference between AT&T and Intel Opcode syntax
链接器(Linkers)
- LD (GNU ld, part of binutils)
- Link Archiver (GNU ar, part of binutils)
模拟器(Emulators)
处理磁盘映像
- Disk Images in general, and ...
- Loopback Device for Linux, *BSD et al.
- hdiutil for MacOS X
- Windows Tools