Minix2.0/src/lib/syscall/reboot.s

.sect .text
.extern	__reboot
.define	_reboot
.align 2

_reboot:
	jmp	__reboot