$ make helloworld && ./helloworld
# other goodies
$ make 64 && ./barebone64 # exit with 42
$ echo $?
$ make 32 && ./barebone32 # exit with 42 (32-bit version)
$ echo $?
$ make min64 && ./min64 # exit with 42 (64-bit minimal version)
$ echo $?
$ make raw && ./raw # exit with 42 (hardcore binary version)
$ echo $?
-
Notifications
You must be signed in to change notification settings - Fork 0
bonede/barebone-elf
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A 64-bit Linux linker free ELF file in pure assembly that prints 'Hello world!'
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published