diff options
| author | Michael Brown | 2006-05-24 11:16:48 +0200 |
|---|---|---|
| committer | Michael Brown | 2006-05-24 11:16:48 +0200 |
| commit | 83d80d9e79e61ba0d14b194de8b7c979937a02ea (patch) | |
| tree | b7b1c700e17b601c60ea05fe2e889c9f6f01167d /src/arch/i386/include | |
| parent | Removed REAL_FRAGMENT and REAL_CALL, and left just REAL_EXEC (which is (diff) | |
| download | ipxe-83d80d9e79e61ba0d14b194de8b7c979937a02ea.tar.gz ipxe-83d80d9e79e61ba0d14b194de8b7c979937a02ea.tar.xz ipxe-83d80d9e79e61ba0d14b194de8b7c979937a02ea.zip | |
Remove references to obsoleted REAL_CALL from documentation.
Diffstat (limited to 'src/arch/i386/include')
| -rw-r--r-- | src/arch/i386/include/realmode.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/arch/i386/include/realmode.h b/src/arch/i386/include/realmode.h index 10a28b237..4c519ff6e 100644 --- a/src/arch/i386/include/realmode.h +++ b/src/arch/i386/include/realmode.h @@ -113,16 +113,9 @@ typedef struct segoff segoff_t; */ /* - * REAL_CALL ( routine, num_out_constraints, out_constraints, - * in_constraints, clobber ) * REAL_EXEC ( name, asm_code_str, num_out_constraints, out_constraints, * in_constraints, clobber ) * - * If you have a pre-existing real-mode routine that you want to make - * a far call to, use REAL_CALL. If you have a code fragment that you - * want to copy down to base memory, execute, and then remove, use - * REAL_EXEC. - * * out_constraints must be of the form OUT_CONSTRAINTS(constraints), * and in_constraints must be of the form IN_CONSTRAINTS(constraints), * where "constraints" is a constraints list as would be used in an |
