mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
add link to net/nic drivers in usage documentation
This commit is contained in:
parent
884af3857f
commit
803ebdaefa
1 changed files with 1 additions and 1 deletions
2
docs/build/usage.md
vendored
2
docs/build/usage.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue