issues
search
sos-os
/
kernel
The Stupid Operating System
Apache License 2.0
264
stars
16
forks
source link
Write hello world test ELF
#126
Open
hawkw
opened
6 years ago
hawkw
commented
6 years ago
It would be cool if this could be written in Rust with
#[no_core]
.
The test elf should
only
call the
write
system call on file descriptor 1.
#[no_core]
.write
system call on file descriptor 1.