• Jeffrey Lee's avatar
    Ensure PhysIllegalMask is initialised correctly · a7240617
    Jeffrey Lee authored
    Remove the lazy initialisation of PhysIllegalMask and instead manually
    initialise it during MMU init. This fixes some situations where the lazy
    initialisation doesn't work (PhysIllegalMask isn't in a zero-initialised
    area of workspace, so if the HAL isn't doing a RAM clear then it could
    be garbage)
    a7240617
HAL 110 KB