From b524879f7e558d40973d4d2ab36e961fb0c46c82 Mon Sep 17 00:00:00 2001 From: Zak Yani Star Fenton Date: Wed, 4 Jun 2025 17:18:40 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c1cd881..686de44 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # slrve -Emulator core for RV64/RV32 \ No newline at end of file +SecureLang RV64/RV32 Emulator + +Supports emulation of simple CPU features for the purposes of testing slkern and for future use in more complete VMs & debuggers. + +32-/64-bit support is implemented using macros, so a single build can support both modes (although 32-bit mode is untested and won't work with slkern). + +Doesn't offer complete emulation yet, only boots the kernel part way. \ No newline at end of file