Changes between Version 1 and Version 2 of Source_code_organization
- Timestamp:
- Jan 30, 2007 4:59:28 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Source_code_organization
v1 v2 54 54 * `bin/as86` and `bin/bcc` are some old compilers that we require for some real-mode code in !VirtualBox. This is from the [http://homepage.ntlworld.com/robert.debath/ Linux 8086 development environment project.] 55 55 * `bin/iasl` is the Intel ACPI DSL compiler, available with source from [http://www.intel.com/technology/iapc/acpi/downloads.htm here]. 56 * `bin/xd` is a tiny tool to convert a binary file into a C array. This is from [http://www.fourmilab.ch/xd/ here] and public domain.57 56 * `makeself` contains some shell scripts to create our self-extracting Linux installer. 58 57 * `yasm/` contains [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license.