Home
last modified time | relevance | path

Searched refs:entryother (Results 1 – 5 of 5) sorted by relevance

/xv6-public/
H A DMakefile111 entryother: entryother.S target
112 $(CC) $(CFLAGS) -fno-pic -nostdinc -I. -c entryother.S
113 $(LD) $(LDFLAGS) -N -e start -Ttext 0x7000 -o bootblockother.o entryother.o
114 $(OBJCOPY) -S -O binary -j .text bootblockother.o entryother
115 $(OBJDUMP) -S bootblockother.o > entryother.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…
140 tags: $(OBJS) entryother.S _init
[all …]
H A D.gitignore10 entryother
H A Drunoff.spec25 even: entryother.S # mild preference
H A Drunoff.list14 entryother.S
H A DREADME18 Plan 9 (entryother.S, mp.h, mp.c, lapic.c)