From 83e82484401ec4ce1a8ac2e69d05258186fc9dee Mon Sep 17 00:00:00 2001 From: Erik De Rijcke Date: Mon, 6 Nov 2023 09:09:47 +0100 Subject: [PATCH] more wip --- docs/pages/getting_started/index.md | 2 +- docs/pages/sdk/index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/pages/getting_started/index.md b/docs/pages/getting_started/index.md index a7579cb4..21f124b6 100644 --- a/docs/pages/getting_started/index.md +++ b/docs/pages/getting_started/index.md @@ -112,7 +112,7 @@ web:weston-clients/weston-transformed.html {: .important } > Only Linux remote applications are supported. If you don't have a Linux machine, you can still run remote applications -> using a [Docker image](http://127.0.0.1:4000/greenfield/pages/design/#docker). +> using a [Docker image](/greenfield/pages/design/#docker). Greenfield can also run Linux applications remotely, both Wayland and X11. To do so, the remote machine must run a compositor proxy process that forwards all communication to the browser. We start by building the Compositor Proxy in diff --git a/docs/pages/sdk/index.md b/docs/pages/sdk/index.md index 3641b395..4b332322 100644 --- a/docs/pages/sdk/index.md +++ b/docs/pages/sdk/index.md @@ -67,10 +67,10 @@ The Greenfield SDK is an extension of the Emscripten SDK. Emscripten is a web POSIX compatibility layer, but is not Linux compatibility layer. This can be problematic as Wayland applications are by definition Linux applications. These Linux applications can depend on much more functionality than what is provided by Emscripten. -A possible solution is to [compile the Linux kernel to WASM](/pages/future_plans/#web-kernel) and run it directly in the browser. This allows for +A possible solution is to [compile the Linux kernel to WASM](/greenfield/pages/future_plans/#web-kernel) and run it directly in the browser. This allows for a userland stack that is completely compatible with Linux system calls which greatly improves the compatibility of LinuxWayland WASM applications. ## File System File system support is currently limited to what is supported by Emscripten until a -[shared file system](http://udev.be/greenfield/pages/future_plans/#web-file-system) is implemented. +[shared file system](/greenfield/pages/future_plans/#web-file-system) is implemented.