diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-07-07 13:22:53 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-11 00:08:15 +0100 |
| commit | 7861a52adf92a083bb2aed4c35f98d8035dce032 (patch) | |
| tree | 28cd3c40e4c878f730f5df3c1d93bdf91af490c3 /src/ps1/wnix.xml | |
| parent | 7fc48e9216ff809da5f8055a50b0be17628ef1df (diff) | |
| download | wnix-7861a52adf92a083bb2aed4c35f98d8035dce032.tar.gz | |
Setup project skeleton
Diffstat (limited to 'src/ps1/wnix.xml')
| -rw-r--r-- | src/ps1/wnix.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ps1/wnix.xml b/src/ps1/wnix.xml new file mode 100644 index 0000000..b7a695e --- /dev/null +++ b/src/ps1/wnix.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="UTF-8"?> +<iso_project image_name="wnix.bin" cue_sheet="wnix.cue" no_xa="0"> + <track type="data"> + <identifiers + volume = "WNIX" + volume_set = "WNIX" + publisher = "WNIX" + /> + <license file="infoeur.dat"/> + <directory_tree> + <file name="system.cnf" source="system.cnf"/> + <file name="wnix.exe" source="wnix.exe"/> + <dir name="bin" source="bin"> + <file name="initd" source="bin/initd"/> + <file name="yes" source="bin/yes"/> + </dir> + <dummy sectors="13500" type="0"/> + </directory_tree> + </track> +</iso_project> |
