We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48cee2f commit 2b4d677Copy full SHA for 2b4d677
2 files changed
src/Makefile
@@ -240,12 +240,6 @@ apic_boot.o: hw/apic_boot.asm
240
241
multiboot: boot/multiboot.o
242
243
-# Disk image as a section
244
-###################################################
245
-memdisk: memdisk.asm
246
- @echo "\n>> Assembling memdisk"
247
- nasm -f elf -o memdisk.o $<
248
-
249
# Etags
250
###################################################
251
etags:
@@ -261,6 +255,6 @@ clean_tests:
261
255
clean: clean_tests
262
256
$(RM) $(OS_OBJECTS) $(CXXABI_OBJ) $(OS_DEPS) $(DRIVERS) $(DRIVERS_DEPS) $(PLATFORMS) $(PLATFORMS_DEPS)
263
257
$(RM) os.a libc++abi.a
264
- $(RM) bootloader apic_boot apic_boot.o memdisk.o boot/multiboot.o
258
+ $(RM) bootloader apic_boot apic_boot.o boot/multiboot.o
265
259
266
260
-include $(OS_DEPS)
src/memdisk.asm
0 commit comments