update: remove submodule

This commit is contained in:
2026-01-07 17:58:37 +09:00
parent 2964c51853
commit a4259177d5
4 changed files with 7 additions and 6 deletions
+2
View File
@@ -3,5 +3,7 @@ build/
ext/
.gdb_history
/linux
*.swp
*~
-4
View File
@@ -1,4 +0,0 @@
[submodule "linux"]
path = linux
url = https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
branch = linux-6.6.y
+5 -1
View File
@@ -12,7 +12,11 @@ sudo apt install qemu-system-x86 grub-pc-bin e2fsprogs
git clone <REPOSITORY_URL>
cd kernel-study
git submodule update --init --recursive --remote --depth 1
git clone --depth 1 --branch linux-6.6.y https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git linux
cd linux
make defconfig
# make menuconfig
make
```
Submodule linux deleted from 5fa4793a2d