hos: Add support for mesosphere

The change adds support for mesosphere loading from fss0 or sd (kernel=).
This commit is contained in:
CTCaer
2020-10-17 23:18:48 +03:00
parent d825be5eb2
commit bf222290b8
4 changed files with 15 additions and 2 deletions

View File

@@ -344,6 +344,8 @@ static const char *get_error_desc(u32 error_desc)
return "SYS"; // System Error.
case 0x301:
return "SVC"; // Bad arguments or unimplemented SVC.
case 0xF00:
return "KRNL"; // Kernel panic.
case 0xFFD:
return "SO"; // Stack Overflow.
case 0xFFE: