minor update

This commit is contained in:
Blaise Tine
2021-03-31 18:56:03 -04:00
parent e6cb148ce1
commit 99ca04ce8c
6 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
RISCV_TOOLCHAIN_PATH ?= /opt/riscv-gnu-toolchain
VORTEX_RT_PATH ?= $(wildcard ../../../runtime)
#OPTS ?= -s1.0
OPTS ?= -f1
VX_CC = $(RISCV_TOOLCHAIN_PATH)/bin/riscv32-unknown-elf-gcc
VX_CXX = $(RISCV_TOOLCHAIN_PATH)/bin/riscv32-unknown-elf-g++

Binary file not shown.

View File

@@ -20,7 +20,7 @@
///////////////////////////////////////////////////////////////////////////////
const char* kernel_file = "kernel.bin";
const char* input_file = "toad.tga";
const char* input_file = "palette.tga";
const char* output_file = "output.tga";
int wrap = 0;
int filter = 0;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 108 B