Documentation: Add information about the limine-image target

This commit is contained in:
czapek1337 2022-01-23 12:01:19 +01:00 committed by Andreas Kling
parent 7b919c9d93
commit 6cdb41ccab
Notes: sideshowbarker 2024-07-17 18:49:59 +09:00

View File

@ -29,6 +29,7 @@ The `Meta/serenity.sh` script provides an abstraction over the build targets whi
following build targets cannot be accessed through the script and have to be used directly by changing the current
directory to `Build/i686` and then running `ninja <target>`:
- `ninja limine-image`: Builds a disk image (`limine_disk_image`) with Limine
- `ninja grub-image`: Builds a disk image (`grub_disk_image`) with GRUB
- `ninja extlinux-image`: Builds a disk image (`extlinux_disk_image`) with extlinux
- `ninja check-style`: Runs the same linters the CI does to verify project style on changed files