From eba8b7ddd0a455d9e49f32dcae712c5612c0093c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 26 Jan 2024 22:26:48 +0100 Subject: Kernel: Major repository refactor. Rework the repo into Private and Public modules. Signed-off-by: Amlal El Mahrouss --- Private/Root/Boot/.gitkeep | 1 + Private/Root/Boot/manifest.json | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 Private/Root/Boot/.gitkeep create mode 100644 Private/Root/Boot/manifest.json (limited to 'Private/Root/Boot') diff --git a/Private/Root/Boot/.gitkeep b/Private/Root/Boot/.gitkeep new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/Private/Root/Boot/.gitkeep @@ -0,0 +1 @@ + diff --git a/Private/Root/Boot/manifest.json b/Private/Root/Boot/manifest.json new file mode 100644 index 00000000..60f27421 --- /dev/null +++ b/Private/Root/Boot/manifest.json @@ -0,0 +1,4 @@ +{ + "pluginName": "h-core", + "kernelPath": "/System/hKernel.elf" +} \ No newline at end of file -- cgit v1.2.3