summaryrefslogtreecommitdiffhomepage
path: root/Boot/Sources/Root
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-12 01:03:21 +0200
committerAmlal <amlal@zka.com>2024-07-12 01:03:21 +0200
commita268a7d3551523fb82b1495808f3ea2516b6fdaa (patch)
tree0a7fab583aafca52bccf5bac143517f559b3a247 /Boot/Sources/Root
parent0a076b2bcc21d4fc94b83569e1b5198f9e4acd0b (diff)
[IMP && FIX] Various patches and implementations.
Most importantly: - JSON parser. Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'Boot/Sources/Root')
-rw-r--r--Boot/Sources/Root/ZETA/fonts.json4
-rw-r--r--Boot/Sources/Root/bootloader.json4
2 files changed, 8 insertions, 0 deletions
diff --git a/Boot/Sources/Root/ZETA/fonts.json b/Boot/Sources/Root/ZETA/fonts.json
new file mode 100644
index 00000000..de0425a1
--- /dev/null
+++ b/Boot/Sources/Root/ZETA/fonts.json
@@ -0,0 +1,4 @@
+{
+ "font_ext": ".ttf",
+ "src_dir": "ZETA"
+}
diff --git a/Boot/Sources/Root/bootloader.json b/Boot/Sources/Root/bootloader.json
new file mode 100644
index 00000000..e8bc99fd
--- /dev/null
+++ b/Boot/Sources/Root/bootloader.json
@@ -0,0 +1,4 @@
+{
+ "newoskrnl.exe": "kernel",
+ "ZETA/fonts.json": "rsrc"
+}