From 90be3a051fc60e56dedbe85ea8e681beb120ec31 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 21 Sep 2009 14:46:42 +0000 Subject: [PATCH] clever hack to avoid starting from 0 disabled because when own 0-pages are mapped out, this doesn't work and isn't necessary. --- servers/inet/inet_config.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/servers/inet/inet_config.c b/servers/inet/inet_config.c index b8794c0f0..2005e22dc 100644 --- a/servers/inet/inet_config.c +++ b/servers/inet/inet_config.c @@ -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 } -- 2.44.0