Remove multiboot2 boot code

This commit is contained in:
Alex
2023-04-27 05:06:07 +03:00
parent 5893030f32
commit 52f506e882
7 changed files with 17 additions and 477 deletions

View File

@ -193,4 +193,4 @@ endif
$(NM) $@
clean:
rm -f *.bin *.o *.elf *.sym kernel.map kernel_dump.map kernel_dump_intel.map initrd.tar.gz $(OBJ) $(STACK_USAGE_OBJ) $(GCNO_OBJ) $(KERNEL_FILENAME)
rm -f *.bin *.o *.elf *.sym kernel.map kernel_dump.map kernel_dump_intel.map $(OBJ) $(STACK_USAGE_OBJ) $(GCNO_OBJ) $(KERNEL_FILENAME)