“模板: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]…”) |
(没有差异)
|
2021年12月20日 (一) 08:02的版本
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
Working with Disk Images
- Disk Images in general, and ...
- Loopback Device for Linux, *BSD et al.
- hdiutil for MacOS X
- Windows Tools