Fixed_write Syscall
This commit is contained in:
parent
246a94305e
commit
fc41defe36
@ -44,5 +44,5 @@ int _read(void) {
|
||||
}
|
||||
int _write(int fd, const void *buf, int count) {
|
||||
sendString((char*)buf, count);
|
||||
return 0;
|
||||
return count;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user