Sorry, but there are no more tags available to filter with.
  • Correct usage of the NSTable bit in aarch64/armv7a LPAE

    I'm porting our armv7a-short descriptor OS to LPAE and aarch64. In the short descriptor MMU, the "NS" bit can only be found in the first level of the MMU (I'll call it the SECTION level), meaning that only a single page cannot be tagged as NS, a whole…