diff options
| author | Amlal <amlal@nekernel.org> | 2025-08-15 12:13:26 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-08-15 12:13:26 +0200 |
| commit | 06cfc7292fa973d23c4019ea1d4749b59e1be5e3 (patch) | |
| tree | 2414abb841b48fde65c7c47b1c21bbd8ab0d8e26 | |
| parent | 01d12c3ad0e1d2c75e89731b78df49c3a76fb885 (diff) | |
feat: include SNU's XeFS filesystem into known filesystems.
Signed-off-by: Amlal <amlal@nekernel.org>
| -rw-r--r-- | src/neboot-partition-map.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/neboot-partition-map.c b/src/neboot-partition-map.c index c13907c..edc66e7 100644 --- a/src/neboot-partition-map.c +++ b/src/neboot-partition-map.c @@ -9,9 +9,9 @@ // include this for documentation. -#define NB_FILESYSTEM_COUNT 4 +#define NB_FILESYSTEM_COUNT (5U) #define NB_FILESYSTEM_LIST \ - { "NeFS", "HeFS", "FAT32", "ext4" } + { "NeFS", "HeFS", "FAT32", "ext4", "XeFS" } /// @brief check if filesystem is supported by NeBoot. /// @param fs the filesystem magic, as provided by EPM. |
