mirror of
https://github.com/JannisHeydemann/BoredOS.git
synced 2026-05-30 02:16:58 +00:00
Word of god
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#define VM_MAGIC "BREWEXE"
|
||||
#define VM_STACK_SIZE 256
|
||||
#define VM_MEMORY_SIZE (64 * 1024) // 64KB RAM
|
||||
#define VM_MEMORY_SIZE (64 * 1024) // 64KB
|
||||
|
||||
typedef enum {
|
||||
OP_HALT = 0,
|
||||
|
||||
Reference in New Issue
Block a user