Implemented echo example
This commit is contained in:
parent
fcc4f8d2d9
commit
86175d7a53
9 changed files with 70 additions and 58 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue