“模板: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]…”) |
小 |
||
第1行: | 第1行: | ||
''' | '''引导加载程序(Bootloaders)''' | ||
* [[Bootloader]] theory | * [[Bootloader]] theory | ||
* [[GRUB]] | * [[GRUB]] | ||
第10行: | 第10行: | ||
<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|more...]]</small></div> | ||
''' | '''编译器(Compilers)''' | ||
* [[GCC]] | * [[GCC]] | ||
** [[Cygwin]] | ** [[Cygwin]] | ||
第29行: | 第29行: | ||
<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> | ||
''' | '''汇编器(Assemblers)''' | ||
* [[GAS]] (GNU as, part of binutils) | * [[GAS]] (GNU as, part of binutils) | ||
* [[FASM]] | * [[FASM]] | ||
第42行: | 第42行: | ||
<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> | ||
''' | '''模拟器(Emulators)''' | ||
* [[Bochs]] | * [[Bochs]] | ||
* [[QEMU]] | * [[QEMU]] | ||
第51行: | 第51行: | ||
<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> | ||
''' | '''使用磁盘映像工作''' | ||
* [[Disk Images]] in general, and ... | * [[Disk Images]] in general, and ... | ||
** [[Loopback Device]] for Linux, *BSD et al. | ** [[Loopback Device]] for Linux, *BSD et al. |
2022年3月16日 (三) 07:06的版本
引导加载程序(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