Skip to content

A minimal "Hello, world!" from a no_std crate in Rust.

License

Notifications You must be signed in to change notification settings

RArbore/no-std-printf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build, run...

cargo rustc --release -- -C link-arg=-nostartfiles --emit asm

To execute, run...

target/release/no-std-printf

strace.txt contains the output from strace after running this program on my machine - strace allows you to see what syscalls a program is making.

About

A minimal "Hello, world!" from a no_std crate in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages