Use custom Limine build
Some checks failed
Build ISO image / build-and-deploy (push) Failing after 12s
Build documentation / build-and-deploy (push) Successful in 35s

This commit is contained in:
2026-04-23 19:38:32 +02:00
parent 24332da967
commit d712604e4f
32 changed files with 112 additions and 2609 deletions

View File

@@ -30,6 +30,7 @@ static const char* str_status[] = {
[ST_XDRV_WRITE_ERROR] = "drive write error",
[ST_NOT_PARTIAL] = "not a partially created process",
[ST_USB_CTRL_ERROR] = "USB controller error",
[ST_IO_ERROR] = "I/O Error",
};
#endif // _LIBSYSTEM_STR_STATUS_H