https://github.com/complexicon/wintool
tool that installs windows from linux lol
https://github.com/complexicon/wintool
Last synced: 12 months ago
JSON representation
tool that installs windows from linux lol
- Host: GitHub
- URL: https://github.com/complexicon/wintool
- Owner: Complexicon
- License: mit
- Created: 2024-03-25T17:49:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T18:00:50.000Z (about 2 years ago)
- Last Synced: 2025-02-15T03:30:05.228Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wintool
This tool was primarily written to create a fully functioning Windows install from linux without downloading any isos.
Through this project however, i created some utilities some may find interesting like mounting udf images as an go-fs
currently there are following submodules:
- httpreader -> use a single file from a http server (that supports 206 Partial Content) as an io.ReadAt interface
- msiso -> programmatically get iso links for windows directly from microsoft
- udf -> work with iso images as a go-fs
- wimfs work with wim-files/streams as a go-fs
## remarks
this project is not complete in any way shape or form and may grow beyond the initial intent, also this thing is mostly thrown together for fun and learning :)