From 107688098e8cbf55a8ce9547ce8e64f2aea9c677 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Thu, 14 Mar 2019 18:33:12 +0100 Subject: [PATCH] working on cpu --- kaleid/include/kernel/mm.h | 23 +++++++++++++++++++++++ kaleid/kernel/mm/.placeholder | 0 2 files changed, 23 insertions(+) create mode 100644 kaleid/include/kernel/mm.h create mode 100644 kaleid/kernel/mm/.placeholder diff --git a/kaleid/include/kernel/mm.h b/kaleid/include/kernel/mm.h new file mode 100644 index 0000000..95971fe --- /dev/null +++ b/kaleid/include/kernel/mm.h @@ -0,0 +1,23 @@ +//----------------------------------------------------------------------------// +// GNU GPL OS/K // +// // +// Desc: Memory related functions // +// // +// // +// Copyright © 2018-2019 The OS/K Team // +// // +// This file is part of OS/K. // +// // +// OS/K is free software: you can redistribute it and/or modify // +// it under the terms of the GNU General Public License as published by // +// the Free Software Foundation, either version 3 of the License, or // +// any later version. // +// // +// OS/K is distributed in the hope that it will be useful, // +// but WITHOUT ANY WARRANTY//without even the implied warranty of // +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // +// GNU General Public License for more details. // +// // +// You should have received a copy of the GNU General Public License // +// along with OS/K. If not, see . // +//----------------------------------------------------------------------------// diff --git a/kaleid/kernel/mm/.placeholder b/kaleid/kernel/mm/.placeholder new file mode 100644 index 0000000..e69de29