https://github.com/pynckels/gnu-linux
Creation of a small gnu-linux disk image (not suited for production purposes)
https://github.com/pynckels/gnu-linux
gnu linux makefile
Last synced: about 1 year ago
JSON representation
Creation of a small gnu-linux disk image (not suited for production purposes)
- Host: GitHub
- URL: https://github.com/pynckels/gnu-linux
- Owner: Pynckels
- License: gpl-3.0
- Created: 2025-03-26T14:00:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T14:42:44.000Z (about 1 year ago)
- Last Synced: 2025-03-26T15:35:23.454Z (about 1 year ago)
- Topics: gnu, linux, makefile
- Language: Makefile
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Goal
Creation of a small gnu-linux image
The created image can be used with qemu to test applications written for Gnu-Linux.
The created image not suited for production purposes since it contains no security elements whatsoever.
## Use
#### Install
git clone git@github.com:Pynckels/gnu-linux.git
#### Get help
make help
#### Run make procedure
make
## Credits
Idea and most of the procedure: https://www.youtube.com/@Maple-Circuit