add kernel submodule

This commit is contained in:
Gvidas Juknevičius 2025-11-02 15:56:54 +02:00
parent d248135b93
commit 1014f9f39a
Signed by: MCorange
GPG Key ID: 5BE6B533CB76FE86
4 changed files with 12 additions and 0 deletions

5
.gitmodules vendored Normal file
View File

@ -0,0 +1,5 @@
[submodule "kernel"]
path = linux/kernel
url = git@github.com:torvalds/linux.git
shallow = true

3
Cargo.toml Normal file
View File

@ -0,0 +1,3 @@
[workspace]
resolver="2"
members=[]

0
Makefile Normal file
View File

4
linux/Makefile Normal file
View File

@ -0,0 +1,4 @@