https://github.com/simonrupf/cpu-bitness
Article on properties of different CPU types, from a low level programming point of view.
https://github.com/simonrupf/cpu-bitness
Last synced: 4 months ago
JSON representation
Article on properties of different CPU types, from a low level programming point of view.
- Host: GitHub
- URL: https://github.com/simonrupf/cpu-bitness
- Owner: simonrupf
- License: other
- Created: 2021-08-22T07:41:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-13T16:41:50.000Z (almost 5 years ago)
- Last Synced: 2025-10-29T08:38:30.605Z (8 months ago)
- Language: HTML
- Size: 10.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
CPU bitness
===========
The latest version of this document in PDF format can be found in the
[releases](https://github.com/simonrupf/cpu-bitness/releases/latest).
References
----------
When possible, the referenced documents are included in the `ref` folder. Some
of the source PDFs found online are very large and have been committed to source
control only in lower, "screen" resolution formats and/or with the page ranges
extracted that are refered to in the document. This extraction process can be
found in the `Makefile`.
Build
-----
To build the document or resize the reference files, use `make`.
The following tools are needed:
- GNU make
- Docker (or Podman with `alias docker=podman` set)
- GhostScript is only needed for resizing the reference PDFs in the `ref` folder