don't force vm to print to serial; don't kill processes when they

have 'bad' memory ranges (as it's the requestor's fault)
This commit is contained in:
Ben Gras
2008-12-11 17:36:33 +00:00
parent ef812af5a6
commit e4e3995fb0
3 changed files with 10 additions and 10 deletions
+2
View File
@@ -340,9 +340,11 @@ PRIVATE void vm_init(void)
CALLMAP(VM_VFS_REPLY_CLOSE, do_vfs_reply, VFS_PROC_NR);
}
#if 0
void kputc(int c)
{
if(c == '\n')
ser_putc('\r');
ser_putc(c);
}
#endif