os-workshop

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 90fda5ef91482f95183675ef60f42df5cb64772a
parent 5ef80a822bca12cea4414cb9a62f700b0e5c36e2
Author: Brian Swetland <swetland@frotz.net>
Date:   Mon, 23 May 2022 01:42:01 -0700

build: build a version of the mandelbrot-fb demo for xos user mode

Diffstat:
Mproject/xos-mandelbrot.app.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/xos-mandelbrot.app.mk b/project/xos-mandelbrot.app.mk @@ -1,6 +1,6 @@ MOD_NAME := xos-mandelbrot -MOD_SRC := hw/src/start.S xos/user/mandelbrot.c +MOD_SRC := hw/src/start.S xos/usr/mandelbrot.c MOD_LIB := gfx xos c MOD_LDSCRIPT := make/user.ram.ld