Split PTE implementation per architecture

This commit is contained in:
2025-12-16 14:08:32 +01:00
committed by CodingWorkshop Signing Team
parent 28fc0ab435
commit d8b2af8f1e
8 changed files with 165 additions and 104 deletions

10
xtoskrnl/mm/i686/pte.cc Normal file
View File

@@ -0,0 +1,10 @@
/**
* PROJECT: ExectOS
* COPYRIGHT: See COPYING.md in the top level directory
* FILE: xtoskrnl/mm/i686/pte.cc
* DESCRIPTION: Page Table Entry (PTE) for i686 support
* DEVELOPERS: Aiken Harris <harraiken91@gmail.com>
*/
#include <xtos.hh>