diff options
| author | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-29 12:29:21 +0200 |
|---|---|---|
| committer | Amlal <amlal@el-mahrouss-logic.com> | 2024-09-29 12:29:21 +0200 |
| commit | a6eb9a77787f63f08470c3ff12ac0517b482ea65 (patch) | |
| tree | c570fd7ba45aa4fb809d6b9b39fd258a5097f6cc /dev/pdm/src | |
| parent | 7fdd5033ec93694b57d3471ff9a78164ec76943d (diff) | |
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 <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/pdm/src')
| -rw-r--r-- | dev/pdm/src/pdm_pdf.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
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 <pdm/pdf_pdm.hxx> |
