process control and context switch

This commit is contained in:
2025-07-23 13:45:41 +03:00
parent af7b8d2851
commit 613145e8f6
5 changed files with 169 additions and 44 deletions

View File

@@ -28,6 +28,6 @@ SECTIONS {
. = ALIGN(4096);
__free_ram = .;
. += 128 * 1024 * 1048; /* 128MB */
. += 64 * 1024 * 1048; /* 64MB */
__free_ram_end = .;
}