Files
x86-bare-metal-examples/intel-protected/build.sh
Ciro Santilli fb3c7e04c4 Move all documentation to README.adoc
This includes both separate .md files, and documentation that was on the
head of the .S source files.

Retest everything as this was done, and fix a few easy things.
2018-05-13 22:13:19 +01:00

9 lines
413 B
Bash

ASM386 STARTUP.ASM
ASM386 MAIN.ASM
BLD386 STARTUP.OBJ, MAIN.OBJ buildfile(EPROM.BLD) bootstrap(STARTUP) Bootload
# BLD386 performs several operations in this example:
# It allocates physical memory location to segments and tables.
# It generates tables using the build file and the input files.
# It links object files and resolves references.
# It generates a boot-loadable file to be programmed into the EPROM.