Changes between Version 2 and Version 3 of Source_code_organization
- Timestamp:
- Feb 20, 2007 8:18:05 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Source_code_organization
v2 v3 52 52 53 53 * `x86.linux` contains: 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 * `bin/iasl` is the Intel ACPI DSL compiler, available with source from [http://www.intel.com/technology/iapc/acpi/downloads.htm here].56 * `makeself` contains some shell scripts to create our self-extracting Linux installer.57 54 * `yasm/` contains [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license. 58 55 59 56 * `x86.win32` contains: 60 ''(fill this in when it's up-to-date)'' 57 * `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.] 58 * `bin/iasl` is the Intel ACPI DSL compiler, available with source from [http://www.intel.com/technology/iapc/acpi/downloads.htm here]. 59 * `yasm/` contains [http://www.tortall.net/projects/yasm/ YASM], a rewrite of the venerable NASM assembler, a project released under the BSD license. 61 60 62 61 63 62 63