[eros-cvs] cvs commit: eros/src/tutorial/hello-large imgmap

shap@eros.cs.jhu.edu shap@eros.cs.jhu.edu
Mon, 19 Nov 2001 22:22:04 -0500


shap        01/11/19 22:22:04

  Modified:    src/tutorial/hello-large imgmap
  Log:
  Update this to match the revised BOOT_CONSTRUCTOR and
  MAKE_VIRTUAL_COPIER macros.

Revision  Changes    Path
1.8       +2 -2      eros/src/tutorial/hello-large/imgmap

Index: imgmap
===================================================================
RCS file: /cvs/eros/src/tutorial/hello-large/imgmap,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- imgmap	2001/09/22 00:28:06	1.7
+++ imgmap	2001/11/20 03:22:04	1.8
@@ -30,9 +30,9 @@
 #include <vcs.map>
 #include <ipltool.map>
 
-MAKE_VIRTUAL_COPIER(hello_vcsk_c, "hello");
+MAKE_VIRTUAL_COPIER(hello_vcsk, "hello");
 
-BOOT_CONSTRUCTOR(hello_c);
+BOOT_CONSTRUCTOR(hello_c,hello);
 PROD_SPACE(hello_c) = hello_vcsk_c;
 PROD_PC(hello_c) = symbol "hello" _start;
 PROD_CONSTIT(hello_c, KC_OSTREAM, 3) = misc Console;