Update files

This commit is contained in:
Alex
2022-10-10 23:29:39 +03:00
parent 32b44a50d4
commit 4b6683823f
39 changed files with 2133 additions and 26 deletions

View File

@ -100,9 +100,9 @@ default:
$(error Please specify a target)
prepare:
rm -f ./files/ter-powerline-v12n.psf
wget https://raw.githubusercontent.com/powerline/fonts/master/Terminus/PSF/ter-powerline-v12n.psf.gz -P files
gzip -d files/ter-powerline-v12n.psf.gz
rm -f ./Files/ter-powerline-v12n.psf
wget https://raw.githubusercontent.com/powerline/fonts/master/Terminus/PSF/ter-powerline-v12n.psf.gz -P Files
gzip -d Files/ter-powerline-v12n.psf.gz
build: $(KERNEL_FILENAME)
$(OBJDUMP) -D -d $(KERNEL_FILENAME) > kernel_dump.map