https://github.com/cemalgnlts/v86-tce-linux-builder
Tiny Core Linux image builder for v86
https://github.com/cemalgnlts/v86-tce-linux-builder
tinycorelinux v86
Last synced: about 2 months ago
JSON representation
Tiny Core Linux image builder for v86
- Host: GitHub
- URL: https://github.com/cemalgnlts/v86-tce-linux-builder
- Owner: cemalgnlts
- License: mit
- Created: 2023-05-15T18:14:42.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T19:29:03.000Z (almost 2 years ago)
- Last Synced: 2025-01-14T07:48:07.790Z (3 months ago)
- Topics: tinycorelinux, v86
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v86-tce-linux-builder
This repo contains scripts to create an [Tiny Core Linux](http://tinycorelinux.net/) image for use with [v86](https://github.com/copy/v86/).
## Requirements
You need to have installed:
1. packer
2. qemu-system-x86## Build
```bash
./build.sh
```## Test
```bash
qemu-system-x86_64 -hda output/tcelinux.img --enable-kvm -curses
```## Manual Start
```bash
qemu-img create output/tcelinux 100M
sudo qemu-system-x86_64 -drive file=output/tcelinux,format=raw -cdrom /root/.cache/packer/e762d3f9c7a9ff32334a9c36632f68d4ec21fa15.iso -enable-kvm -curses
```Influenced by these resources for the installation:
- https://github.com/ognivo777/packer.TinyCoreLinux/blob/master/TinyCoreLinux.json
- https://github.com/paulera/setup-tinycore-scripts/blob/master/tinycore-install