Browse Source

Remove references to obsoleted REAL_CALL from documentation.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
83d80d9e79
2 changed files with 2 additions and 10 deletions
  1. 0
    7
      src/arch/i386/include/realmode.h
  2. 2
    3
      src/arch/i386/transitions/librm.S

+ 0
- 7
src/arch/i386/include/realmode.h View File

@@ -113,16 +113,9 @@ typedef struct segoff segoff_t;
113 113
  */
114 114
 
115 115
 /*
116
- * REAL_CALL ( routine, num_out_constraints, out_constraints,
117
- *	       in_constraints, clobber )
118 116
  * REAL_EXEC ( name, asm_code_str, num_out_constraints, out_constraints,
119 117
  *	       in_constraints, clobber )
120 118
  *
121
- * If you have a pre-existing real-mode routine that you want to make
122
- * a far call to, use REAL_CALL.  If you have a code fragment that you
123
- * want to copy down to base memory, execute, and then remove, use
124
- * REAL_EXEC.
125
- *
126 119
  * out_constraints must be of the form OUT_CONSTRAINTS(constraints),
127 120
  * and in_constraints must be of the form IN_CONSTRAINTS(constraints),
128 121
  * where "constraints" is a constraints list as would be used in an

+ 2
- 3
src/arch/i386/transitions/librm.S View File

@@ -421,9 +421,8 @@ prot_call:
421 421
  * callee to preserve.  Gate A20 will be re-enabled in case the
422 422
  * real-mode routine disabled it.
423 423
  *
424
- * librm.h defines two convenient macros for using real_call:
425
- * REAL_CALL and REAL_EXEC.  See librm.h and realmode.h for details
426
- * and examples.
424
+ * librm.h defines a convenient macro REAL_EXEC() for using real_call.
425
+ * See librm.h and realmode.h for details and examples.
427 426
  *
428 427
  * Parameters:
429 428
  *   (32-bit) near pointer to real-mode function to call

Loading…
Cancel
Save