From a6eb9a77787f63f08470c3ff12ac0517b482ea65 Mon Sep 17 00:00:00 2001 From: Amlal Date: Sun, 29 Sep 2024 12:29:21 +0200 Subject: IMP: Design changes and reworked WM to PDM. - Refactor other modules and drivers as well. - AMD64 HAL code improvements as well. The last thing left is the paging API and driver loading internal API. Signed-off-by: Amlal --- dev/pdm/src/pdm_pdf.cxx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dev/pdm/src/pdm_pdf.cxx (limited to 'dev/pdm/src') diff --git a/dev/pdm/src/pdm_pdf.cxx b/dev/pdm/src/pdm_pdf.cxx new file mode 100644 index 00000000..4932923e --- /dev/null +++ b/dev/pdm/src/pdm_pdf.cxx @@ -0,0 +1,7 @@ +/* ------------------------------------------- + + Copyright ZKA Technologies. + +------------------------------------------- */ + +#include -- cgit v1.2.3