Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Apress/low-level-programming
Source code for 'Low-Level Programming' by Igor Zhirkov
https://github.com/Apress/low-level-programming
Last synced: 3 months ago
JSON representation
Source code for 'Low-Level Programming' by Igor Zhirkov
- Host: GitHub
- URL: https://github.com/Apress/low-level-programming
- Owner: Apress
- License: other
- Created: 2017-07-14T15:18:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T22:46:21.000Z (12 months ago)
- Last Synced: 2024-05-27T21:23:19.872Z (6 months ago)
- Language: Assembly
- Homepage: http://www.apress.com/9781484224021
- Size: 308 KB
- Stars: 730
- Watchers: 54
- Forks: 195
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Apress Source Code
This repository accompanies [*Low-Level Programming*](http://www.apress.com/9781484224021) by Igor Zhirkov (Apress, 2017).
[comment]: #cover
![Cover image](9781484224021.jpg)Download the files as a zip using the green button, or clone the repository to your machine using Git.
# Student projects
Each year, my students in ITMO university can opt to make a project that is connected to system programming or system programming languages in general instead of passing the final test. Each project is coded by one student, who is is free to chose a topic of interest. The source code is always available on GitHub and video demonstrations are mandatory.
The videos are being uploaded to [our YouTube channel](https://www.youtube.com/channel/UCOLTncnm6jVkO0pcPoIoHFg). Soon all available videos for all years are going to be uploaded.
# Repository structure
This repository holds the following information:
* Book listings in [listings](listings)
* Answers to book questions in [questions/answers](questions/answers)
* Errors and typos are collected in [errata.md](errata.md)
* Sample solutions for assignments [assignments](assignments)
* FAQ about system setup at [FAQ.md](FAQ.md)
* The links to preconfigured Linux virtual machines:1. **recommended if you are new to Linux** Ubuntu 16 with standard desktop environment (VirtualBox): https://yadi.sk/d/CLf4D4IM3TSpsx
2. Debian 9 Minimal (.vmx) https://yadi.sk/d/BehMKGzS3LgXzG
Mirror: http://rubber-duck-typing.com/files/low-level-programming-debian-minimal.zip
3. Debian 9 with XFCE installed (more user friendly, than minimal one if you are not a Linux expert; more lightweight than Ubuntu) [https://yadi.sk/d/01uFWHCw3SHzh9](https://yadi.sk/d/01uFWHCw3SHzh9).
Mirror: [http://rubber-duck-typing.com/files/low-level-programming-debian-desktop.zip](http://rubber-duck-typing.com/files/low-level-programming-debian-desktop.zip)
> For all virtual machines:
>
> Username: __user__, password: __user__, root password: __qwerty__4. **Docker image** (thanks go to @kellyi ) [https://github.com/kellyi/nasm-gcc-container](https://github.com/kellyi/nasm-gcc-container)
## Releases
Release v1.0 corresponds to the code in the published book, without corrections or updates.
## Contributions
See the file Contributing.md for more information on how you can contribute to
this repository.I want to personally thank Kunio Yoshikawa for his amazing and most
effective contributions in finding errors and typos in the book.I also thank all readers who have provided me with feedback, critique and
corrections. Your work benefits the community!