Skip to content

Commit

Permalink
docs: add note about submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Qix- committed Jan 16, 2025
1 parent dde7327 commit f550cb5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ All code necessary to build and run the kernel is provided in this repository.
The kernel is built standalone and used as a module for a bootloader
entry point. The kernel does not support being booted to directly.

To build the kernel itself:
ACPI support uses a submodule; be sure it's checked out (one-time setup):

```shell
git submodule update --init --recursive
```

Then, to build the kernel itself:

```shell
cargo kernel-x86_64
Expand Down

0 comments on commit f550cb5

Please sign in to comment.