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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue