summaryrefslogtreecommitdiff
path: root/src/kernel/linker.ld
diff options
context:
space:
mode:
authordzwdz2021-08-18 17:14:22 +0200
committerdzwdz2021-08-18 17:14:22 +0200
commit5ec560b7a0b5cea60bbda61a48fcc4e9866ce6b1 (patch)
tree41df495c0b5aa7a4e3cdb70857fa2604952c4213 /src/kernel/linker.ld
parentc9d4cf8572f8cbb0024bfa9802c25473f90e9d60 (diff)
store the processes as a tree instead of a list
I'm about to need that for waits(). There's no single list of processes for simplicity's sake, but the search will now be even slower and it might even introduce a potential vuln! How fun! Someone could override stuff in .bss with random values. I'll either make gcc check if it hasn't gone past the end of the stack, or turn this into a non recursive function.
Diffstat (limited to 'src/kernel/linker.ld')
0 files changed, 0 insertions, 0 deletions