Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hspak/geteltorito-zig
geteltorito re-write in Zig
https://github.com/hspak/geteltorito-zig
eltorito geteltorito
Last synced: 2 months ago
JSON representation
geteltorito re-write in Zig
- Host: GitHub
- URL: https://github.com/hspak/geteltorito-zig
- Owner: hspak
- License: gpl-2.0
- Created: 2019-08-04T23:07:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-08T23:37:42.000Z (8 months ago)
- Last Synced: 2024-08-03T23:25:19.775Z (6 months ago)
- Topics: eltorito, geteltorito
- Language: Zig
- Homepage:
- Size: 16.6 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zig - hspak/geteltorito-zig - write in Zig. (Misc / Zigged Project)
- awesome-zig - geteltorito-zig🗒️geteltorito re-write in Zig
README
# Geteltorito (in Zig)
## Build
```sh
# requires zig 0.11 or later
zig build
```## Usage
```sh
# I run a X1 carbon gen 5 so I use ISOs from here:
# https://pcsupport.lenovo.com/us/en/products/laptops-and-netbooks/thinkpad-x-series-laptops/thinkpad-x1-carbon-type-20hr-20hq/downloads/
sudo zig-out/bin/geteltorito -o /dev/ n1mur23w.iso # using sudo here to allow directly write to the device
```## License
GPLv2 (to respect the [original](http://userpages.uni-koblenz.de/~krienke/ftp/noarch/geteltorito))