diff options
Diffstat (limited to 'Boot/Sources/Root')
| -rw-r--r-- | Boot/Sources/Root/ZETA/fonts.json | 4 | ||||
| -rw-r--r-- | Boot/Sources/Root/bootloader.json | 4 |
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" +} |
