From 803ebdaefa1fa2d0dac86bc2b069774a517272ff Mon Sep 17 00:00:00 2001 From: boreddevnl Date: Mon, 16 Mar 2026 10:29:02 +0100 Subject: [PATCH] add link to net/nic drivers in usage documentation --- docs/build/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build/usage.md b/docs/build/usage.md index b628229..2b47b62 100644 --- a/docs/build/usage.md +++ b/docs/build/usage.md @@ -26,7 +26,7 @@ To run BoredOS successfully (either in emulation or on bare metal), your target - **CPU**: An `x86_64` (64-bit) compatible processor. - **Memory**: Approximately `~256 MB` of RAM. - **Display**: A VGA-compatible display (required for the GUI Window Manager). -- **Networking (Optional)**: A compatible Network Interface Card (NIC) is required if you want to use the networking stack (e.g., an Intel E1000 or similar supported by the `net/nic/` drivers). Networking is not strictly required for the OS to boot or run offline applications. +- **Networking (Optional)**: A compatible Network Interface Card (NIC) is required if you want to use the networking stack (e.g., an Intel E1000 or similar supported by the [`net/nic/`](../../src/net/nic/) drivers). Networking is not strictly required for the OS to boot or run offline applications. ## Running in Emulation