]> Zhao Yanbai Git Server - minix.git/commitdiff
clever hack to avoid starting from 0 disabled because
authorBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:46:42 +0000 (14:46 +0000)
committerBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:46:42 +0000 (14:46 +0000)
when own 0-pages are mapped out, this doesn't work and
isn't necessary.

servers/inet/inet_config.c

index b8794c0f0713fafe0a62c7cdcedc7d92a2a48dd2..2005e22dc8af6a48f3967ef6a58d408e9f2d48d4 100644 (file)
@@ -219,7 +219,9 @@ void read_conf(void)
        { static int first= 1; 
                if (!first) ip_panic(( "read_conf: called a second time" ));
                first= 0;
+#if 0
                *(u8_t *)0 = 0xcc;      /* INT 3 */
+#endif
        }