Difference between revisions of "Linux"
From SizeCoding
Byteobserver (talk | contribs) m (→Additional Resources: Add additional links) |
|||
Line 4: | Line 4: | ||
=== Linux system === | === Linux system === | ||
− | + | This section of the sizecoding.org wiki targets 32-bit X86 based Linux binaries (ELF format). | |
=== Setting up === | === Setting up === |
Revision as of 05:33, 8 August 2021
Contents
Introduction
For X86 related information, please check the main pages on this website, as a lot of the same tricks will also work with X86 linux sizecoding. This page goes into the specifics of getting small binaries on linux.
Linux system
This section of the sizecoding.org wiki targets 32-bit X86 based Linux binaries (ELF format).
Setting up
Setting up your development platform for Linux development:
- Suggested Distributions : -
- Assembler: NASM (?)
ELF Header Information
To be added.
System Calls
To be added.
Self compilation
To be added.
Accessing video
Accessing video
Getting something on screen
To be added soon.
Sound
To be added soon.
Make some noise
To be added soon.