initial kernel

This commit is contained in:
2023-03-17 22:13:42 +01:00
commit 591b6d61c5
15 changed files with 346 additions and 0 deletions

5
limine/fetch.sh Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
LIMINE_VERSION=v4.20230315.0
git clone https://github.com/limine-bootloader/limine.git --branch="${LIMINE_VERSION}-binary" --depth=1