Content-Length: 264822 | pFad | https://github.com/freebsd/freebsd-src/commit/653689474

66 Add a serial console capable version of the FreeBSD boot manager. Thi… · freebsd/freebsd-src@6536894 · GitHub
Skip to content

Commit 6536894

Browse files
committed
Add a serial console capable version of the FreeBSD boot manager. This has
been lying around my tree(s) for the past year or so. It could do with TLC. Requested by: obrien Sponsored by: Weyland-Yutani Corporation
1 parent 3f86283 commit 6536894

File tree

3 files changed

+883
-1
lines changed

3 files changed

+883
-1
lines changed

sys/boot/i386/boot0/Makefile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ boot0.o: boot0.s
3131
${AS} ${AFLAGS} --defsym FLAGS=${BOOT_BOOT0_FLAGS} \
3232
--defsym TICKS=${BOOT_BOOT0_TICKS} ${.IMPSRC} -o ${.TARGET}
3333

34-
CLEANFILES+= boot0.out boot0.o
34+
boot0sio: boot0sio.o
35+
${LD} -N -e start -Ttext ${BOOT_BOOT0_ORG} -o boot0sio.out boot0sio.o
36+
objcopy -S -O binary boot0sio.out ${.TARGET}
37+
38+
boot0sio.o: boot0sio.s
39+
${AS} ${AFLAGS} --defsym FLAGS=${BOOT_BOOT0_FLAGS} \
40+
--defsym TICKS=${BOOT_BOOT0_TICKS} ${.IMPSRC} -o ${.TARGET}
41+
42+
CLEANFILES+= boot0.out boot0.o boot0sio.out boot0sio.o
3543

3644
.include <bsd.prog.mk>

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/freebsd/freebsd-src/commit/653689474

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy