Subject: CVS commit: src/sys/arch/acorn32/stand/nbfs
To: None <source-changes@NetBSD.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 04/05/2006 21:33:26
Module Name:	src
Committed By:	bjh21
Date:		Wed Apr  5 21:33:26 UTC 2006

Added Files:
	src/sys/arch/acorn32/stand/nbfs: Makefile nbfs.c nbfs.h rmalloc.c
	    rmheader.S version

Log Message:
Very rough initial attempt at a RISC OS filing system based on libsa, to
allow the loading of kernels from a NetBSD file system by a RISC-OS-based
bootloader.  Currently, there's just about enough functionality to allow
BtNetBSD (and hence presumably boot32 on systems where it works) to load
a kernel.  This code has the great advantages over our existing UnixFS
that we actually have the source and can compile it under NetBSD.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/sys/arch/acorn32/stand/nbfs/Makefile \
    src/sys/arch/acorn32/stand/nbfs/nbfs.c \
    src/sys/arch/acorn32/stand/nbfs/nbfs.h \
    src/sys/arch/acorn32/stand/nbfs/rmalloc.c \
    src/sys/arch/acorn32/stand/nbfs/rmheader.S \
    src/sys/arch/acorn32/stand/nbfs/version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.