A blog about the system and programming of *nix environment.
It covers:
* Scripts that I am familiar with include shell scripts, Perl, Python, Tcl/Tk, and PHP.
* Utilities includes sed, grep, awk, cat, tac, ...
* Kernel development and optimization, device driver
* Networking
* Toolchain, build environment
Sunday, September 21, 2008
vmlinux.lds
The vmlinux.lds is the linker script for the linux kernel. It is generated/stored in arch/mips/boot/compressed directory for mips architecture. For x86 architecture, it is stored in arch/x86/boot/compressed directory.