Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
#	$NetBSD: files.luna68k,v 1.28 2019/02/18 01:12:23 thorpej Exp $
#
maxpartitions 8
maxusers 2 8 64

# machine-specific options
defflag			PANICBUTTON

file arch/luna68k/luna68k/autoconf.c
file arch/luna68k/luna68k/clock.c
file arch/luna68k/luna68k/disksubr.c
file arch/luna68k/luna68k/isr.c
file arch/luna68k/luna68k/machdep.c
file arch/luna68k/luna68k/pmap_bootstrap.c
file arch/luna68k/luna68k/trap.c
file arch/m68k/m68k/cacheops.c
file arch/m68k/m68k/db_memrw.c		ddb | kgdb
file arch/m68k/m68k/fpu.c		compile-with "${M68K_KERN_FPU}"
file arch/m68k/m68k/m68k_trap.c
file arch/m68k/m68k/pmap_motorola.c
file arch/m68k/m68k/procfs_machdep.c	procfs
file arch/m68k/m68k/sys_machdep.c
file arch/m68k/m68k/vm_machdep.c
file dev/cons.c

device mainbus {}
attach mainbus at root
file arch/luna68k/luna68k/mainbus.c

device clock
attach clock at mainbus
file arch/luna68k/dev/timekeeper.c	clock

device lcd
attach lcd at mainbus
file	arch/luna68k/dev/lcd.c		lcd needs-flag

attach le at mainbus: le24
file arch/luna68k/dev/if_le.c		le

device sio { [channel = -1] }
attach sio at mainbus
file arch/luna68k/dev/sio.c 		sio

device siotty: tty
attach siotty at sio
file arch/luna68k/dev/siotty.c		siotty needs-flag

# HD647180X I/O processor
device xp
attach xp at mainbus
file arch/luna68k/dev/xp.c		xp

device ws: wskbddev,wsmousedev
attach ws at sio
file arch/luna68k/dev/lunaws.c		ws
file arch/luna68k/dev/omkbdmap.c	ws

device fb: wsemuldisplaydev
attach fb at mainbus
file arch/luna68k/dev/lunafb.c		fb
file arch/luna68k/dev/omrasops.c	fb

attach spc at mainbus
file arch/luna68k/dev/spc.c		spc

# Machine-idependent SCSI driver.
include "dev/scsipi/files.scsipi"

# Memory Disk for boot tape
file	dev/md_root.c			memory_disk_hooks


# Compatibility modules

# NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
include "compat/aoutm68k/files.aoutm68k"

# SunOS binary compatibility (COMPAT_SUNOS)
include "compat/sunos/files.sunos"
file	arch/m68k/m68k/sunos_machdep.c	compat_sunos

include "arch/luna68k/conf/majors.luna68k"