-
Notifications
You must be signed in to change notification settings - Fork 0
bugaevc/hello-hurd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Prints "Hello, Hurd!" to the standard out, without linking to glibc (or anything else). * 'make' builds the full, regular version. (.text size: 3102, file size: 4548) * 'make tiny' builds a size-optimized version, making use of '-Os' and other compiler flags. (.text size: 1650, file size: 2032) * 'make tinier' builds an extra-tiny version without error handling and other inessential stuff, and also strips the section headers from the resulting ELF. (.text size: 427, file size: 578) Debug symbols are built into a separate file, 'hello-hurd.debug'. Use 'symbol-file' in GDB to load it.
About
"Hello, Hurd!" without glibc
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published