From 60162cfa17e94ea4e4cefa9479646266ffb1dee2 Mon Sep 17 00:00:00 2001 From: Lukas Oesch Date: Thu, 2 Apr 2026 22:19:28 +0200 Subject: add windows development notes --- README.rst | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 716013d..9be2aea 100644 --- a/README.rst +++ b/README.rst @@ -45,4 +45,16 @@ The default build target generates a bootable image. On x86-64 for example, this image takes the form of a bootable, grub2 based ISO image. These images are designed to be booted in QEMU, and should theoretically also be bootable on real hardware. However, note that not warranty is provided, and the kernel code may irreparably destroy any physical hardware if booted on a real system. -The VSCodium IDE configuration provides a launch task using QEMU, available for debugging (via F5) and direct launch as a task. \ No newline at end of file +The VSCodium IDE configuration provides a launch task using QEMU, available for debugging (via F5) and direct launch as a task. + +Notes for Development under Windows +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +While this repository and the devcontainer can be used from Windows, significant performance issues may occur. +To reduce these issues, you can either set up a Linux VM for development, or, if that is not preferred, clone the repository inside WSL and open it from there with Visual Studio Code. + +``git clone `` +``cd `` +``code .`` + +If you use tools such as Git Extensions or GitHub Desktop, access the repository via the WSL network path, for example ``\\wsl.localhost\\``. -- cgit v1.2.3