minor fixes

This commit is contained in:
Ben Gras
2008-11-19 14:10:33 +00:00
parent 6c92081a5a
commit 51fdce1d36
4 changed files with 5 additions and 12 deletions

View File

@@ -60,7 +60,7 @@ PUBLIC void arch_shutdown(int how)
c != '\'' && c != '"' &&
c != '\\' && c != ';') {
mybuffer[dest] = c;
} else mybuffer[dest] = '|';
} else mybuffer[dest] = ' ';
DECSOURCE;
dest--;

View File

@@ -78,13 +78,6 @@ PUBLIC void sys_task()
while (TRUE) {
struct proc *restarting;
#if 0
if(!(n++ % 100000)) {
int i;
kprintf("switch %8d reload %8d\n", cr3switch, cr3reload);
}
#endif
restarting = vmrestart_check(&m);
softnotify_check();
if(softnotify)