mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[bootloader] Fix exam mode with Epsilon 19 and add support for Epsilon 20 (#302)
* [bootloader] Fix exam mode on Epsilon 19 * [bootloader] Fix comment indentation * [bootloader] Restore comment indentation (even if GitHub tell that it isn't indented properly) * [bootloader] Turn tabulations into spaces * [bootloader] Mark Epsilon 19 as "safe to boot" * [bootloader] Fix Epsilon 20 boot * [bootloader] Chang version to 1.0.2
This commit is contained in:
@@ -10,7 +10,9 @@ const char * UserlandHeader::version() const {
|
||||
}
|
||||
|
||||
const bool UserlandHeader::isValid() const {
|
||||
return m_header == Magic && m_footer == Magic;
|
||||
// We only verify only the first Magic Number, to display version such as
|
||||
// Epsilon 16 with older UserlandHeader layout
|
||||
return m_header == Magic;
|
||||
}
|
||||
|
||||
const bool UserlandHeader::isOmega() const {
|
||||
|
||||
Reference in New Issue
Block a user