initial kernel
This commit is contained in:
1
limine/.gitignore
vendored
Normal file
1
limine/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
limine/
|
||||
5
limine/fetch.sh
Normal file
5
limine/fetch.sh
Normal 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
|
||||
1
limine/include/limine-hdd.h
Symbolic link
1
limine/include/limine-hdd.h
Symbolic link
@@ -0,0 +1 @@
|
||||
../limine/limine-hdd.h
|
||||
1
limine/include/limine.h
Symbolic link
1
limine/include/limine.h
Symbolic link
@@ -0,0 +1 @@
|
||||
../limine/limine.h
|
||||
Reference in New Issue
Block a user