mirror of
https://github.com/drasko/codezero.git
synced 2026-03-01 18:23:14 +01:00
In FS0 filesystem image buffer was smaller than the memfs-defined maximum.
- Now fs size is in sync with memfs max size.
This commit is contained in:
@@ -47,7 +47,7 @@ void main(void)
|
||||
|
||||
clonetest();
|
||||
|
||||
// exectest();
|
||||
exectest();
|
||||
|
||||
while (1)
|
||||
wait_pager(0);
|
||||
|
||||
Reference in New Issue
Block a user