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
+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
```