Home
last modified time | relevance | path

Searched refs:initcode (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A D.gitignore11 initcode
12 initcode.out
H A DMakefile117 initcode: initcode.S target
118 $(CC) $(CFLAGS) -nostdinc -I. -c initcode.S
119 $(LD) $(LDFLAGS) -N -e start -Ttext 0 -o initcode.out initcode.o
120 $(OBJCOPY) -S -O binary initcode.out initcode
121 $(OBJDUMP) -S initcode.o > initcode.asm
123 kernel: $(OBJS) entry.o entryother initcode kernel.ld
124 $(LD) $(LDFLAGS) -T kernel.ld -o kernel entry.o $(OBJS) -b binary initcode entryother
135 kernelmemfs: $(MEMFSOBJS) entry.o entryother initcode kernel.ld fs.img
136 …$(LD) $(LDFLAGS) -T kernel.ld -o kernelmemfs entry.o $(MEMFSOBJS) -b binary initcode entryother f…
193 initcode initcode.out kernel xv6.img fs.img kernelmemfs \
H A Drunoff.list70 initcode.S