Syscall: do not send user programs' output to the serial console
This commit is contained in:
parent
87cb41e549
commit
ba4806f9d3
@ -5,6 +5,5 @@
|
||||
void sys_write(Context* context, const char* addr, size_t size)
|
||||
{
|
||||
context->rax = size;
|
||||
Serial::write(addr, size);
|
||||
TextRenderer::write(addr, size);
|
||||
}
|
Loading…
Reference in New Issue
Block a user