Welcome, Guest. Please login or register.

Author Topic: AmigaOS Memory protection, preemptive?  (Read 2853 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline freqmaxTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show all replies
AmigaOS Memory protection, preemptive?
« on: May 10, 2009, 03:50:00 AM »
Is there any functionality for memory protection on those m68k processors that support it?, ie such that programs can't just poke around and take down the OS.

Swapping is supported with AmigaOS v4.0 so I thought maybe there's a chance.

 

Offline freqmaxTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show all replies
Re: AmigaOS Memory protection, preemptive?
« Reply #1 on: May 10, 2009, 01:28:51 PM »
You send the message to the kernel which then takes ownership of that memory range. Then the program can trash all around without any effect ;)