Procházet zdrojové kódy

* Oops, modified build-kernel while testing and commited it ;)

tags/v0.99.beta14
Jean-Yves Lamoureux jylam před 19 roky
rodič
revize
91027284b1
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      build-kernel

+ 2
- 2
build-kernel Zobrazit soubor

@@ -33,6 +33,6 @@ gcc $LDFLAGS -o src/cacafire kernel/multiboot.o kernel/kernel.o src/cacafire-aaf
objcopy -O binary src/cacafire cacafire.boot

# For further development: create floppy images using the kernel
gcc -traditional -c -o bootsect.o /usr/src/linux/arch/i386/boot/bootsect.S
ld -Ttext 0x0 -s --oformat binary bootsect.o -o cacafire.img
#gcc -traditional -c -o bootsect.o /usr/src/linux/arch/i386/boot/bootsect.S
#ld -Ttext 0x0 -s --oformat binary bootsect.o -o cacafire.img


Načítá se…
Zrušit
Uložit