wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Implement assertion checks #45

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Assert.h defines assertion functions for checking of read and write
permissions on memory regions. Currently the assertions functions do
not actually perform memory checks, but always return true instead. We
should use the mapped page tables or some Intel instruction to efficiently
implement the memory assertion checks on FreeNOS.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:23