Add files via upload

This commit is contained in:
Sam Sneed 2024-06-03 21:26:26 +00:00 committed by GitHub
parent e4b85fb9bb
commit 407dbb15d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11320 additions and 0 deletions

11317
.config Normal file

File diff suppressed because it is too large Load diff

3
maker.sh Normal file
View file

@ -0,0 +1,3 @@
make -j20 && sudo make modules_install -j20
sudo cp arch/x86/boot/bzImage /boot/vmlinuz-sneedux
sudo grub-mkconfig -o /boot/grub/grub.cfg