This shows you the differences between two versions of the page.
| drmfree:tweaking_basics [2025-01-18 Sat 20:05] – created theorytoe | drmfree:tweaking_basics [2026-05-14 Thu 23:45] (current) – theorytoe | ||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ===== Wine Basic Setup ===== | ===== Wine Basic Setup ===== | ||
| - | Wine works by translating windows syscalls into their linux equivalent, so it acts as a comparability layer. Thus wine with emulate the windows filesystem with a //prefix//. This is either set as some system directory, or set by the individual user. Usually, an application is bootstrapped with wine similar to the following. | + | Wine works by translating windows syscalls into their linux equivalent, so it acts as a comparability layer. Thus wine will emulate the windows filesystem with a //prefix//. This is either set as some system directory, or set by the individual user. Usually, an application is bootstrapped with wine similar to the following. |
| < | < | ||