Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
K Kernel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Labels
    • Labels
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • RiscOS
  • Sources
  • Kernel
  • Merge requests
  • !21

Merged
Created Feb 03, 2020 by Jeffrey Lee@jleeDeveloper

Misc fixes

  • Overview 0
  • Commits 6
  • Changes 7

A collection of small-size fixes, from a couple of rabbit holes I've been diving down.

  1. "Use correct access permissions during ROM decompression" hits a code path which isn't currently used
  2. "PMP LogOp_MapOut fixes" is mainly an optimisation
  3. "Fix stack imbalance in DA release" could definitely be hit by user code
  4. "Fixes for zero-size PMPs" isn't likely to be directly hit by user code, but was actually found while releasing a PMP DA
  5. "OS_Byte 19 fixes" is mainly for ticket 424 https://www.riscosopen.org/tracker/tickets/424
  6. "Be more forgiving of GraphicsV init failures" is a kernel-side counterpoint to RiscOS/Sources/Video/HWSupport/OMAPVideo!3 (merged). Although the new OMAPVideo will (mostly) solve the issue on OMAP3, modifying the kernel will help out any other platforms that run into similar problems.
Edited Feb 11, 2020 by Jeffrey Lee
Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: MiscFixes