Implemented echo example
This commit is contained in:
@ -3,7 +3,7 @@ read(fd, address, length) {
|
||||
}
|
||||
|
||||
write(fd, address, length) {
|
||||
syscall(1, fd, address, length)
|
||||
return syscall(1, fd, address, length)
|
||||
}
|
||||
|
||||
open(file, flags, mode) {
|
||||
|
Reference in New Issue
Block a user