implemented user mode

This commit is contained in:
2025-07-29 11:31:47 +03:00
parent 2a6266566a
commit bc9fa4eac7
4 changed files with 51 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
ENTRY(start)
SECTIONS {
. = 0x10000000;
. = 0x1000000;
/* machine code */
.text :{