Added hardware random option and added function to set seed

This commit is contained in:
2021-01-16 01:34:57 +01:00
parent 228856c26d
commit 6e2ab11578
4 changed files with 57 additions and 32 deletions

View File

@@ -13,7 +13,7 @@ ASFLAGS = -plosgff
SRC = \
src/crt0.s \
src/bios.s \
src/random.s \
src/random.c \
src/console.c \
OBJ_1 = $(notdir $(SRC:.c=.rel))