clever hack to avoid starting from 0 disabled because
when own 0-pages are mapped out, this doesn't work and isn't necessary.
This commit is contained in:
parent
d6819ff659
commit
90be3a051f
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user