mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Provide a framebuffer 320x200 (RGBA8888) on render(addr,len) syscall, copy from that VM memory location to framebuffer.
This commit is contained in:
parent
2108083b75
commit
8598be727f
2 changed files with 93 additions and 46 deletions
|
|
@ -11,7 +11,7 @@ endif
|
|||
|
||||
#CFLAGS += -Wall -Werror
|
||||
CFLAGS += -pedantic -std=c99 -O3
|
||||
CFLAGS += -DUVM32_MEMORY_SIZE=65536
|
||||
CFLAGS += -DUVM32_MEMORY_SIZE=$(shell echo "1024 * 1024 * 8" | bc)
|
||||
|
||||
all:
|
||||
gcc ${CFLAGS} -I${TOPDIR}/uvm32 -I${TOPDIR}/common -o host-sdl ${TOPDIR}/uvm32/uvm32.c host-sdl.c ${LIBS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue