ptos/amd64+hal: Define the virtual address space

Signed-off-by: Chloe M <chloe@yiffware.org>
This commit is contained in:
2026-07-10 20:31:16 -04:00
parent c8e6cfe697
commit c29d8f1964
2 changed files with 41 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
/*
* Copyright (c) 2026, Chloe M.
* Provided under the BSD-3 clause.
*
* Description: Platform VAS HAL interface
* Author: Chloe M.
*/
#ifndef _HAL_VAS_H_
#define _HAL_VAS_H_ 1
/*
* This header must define an MMU_VAS structure per
* architecture.
*/
#include <machine/vas.h>
#endif /* !_HAL_VAS_H_ */