Difference between revisions of "Linux"
From SizeCoding
(→Introduction) |
|||
Line 12: | Line 12: | ||
* Assembler: NASM (?) | * Assembler: NASM (?) | ||
− | === Accessing video | + | === ELF Header Information === |
+ | To be added. | ||
+ | |||
+ | === System Calls === | ||
+ | To be added. | ||
+ | |||
+ | === Self compilation === | ||
+ | To be added. | ||
+ | |||
+ | == Accessing video == | ||
Accessing video | Accessing video | ||
Line 19: | Line 28: | ||
− | + | == Sound == | |
To be added soon. | To be added soon. | ||
Revision as of 04:04, 10 September 2020
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
To be added.
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.