aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
blob: 77cdf7051a712da6b40ad585793be2fdd8fcc535 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
+ Investigate GCC/Clang builtin atomic operations?

+ Add in mapping the same memory to two different processes
+ Create sensible thread handling
+ Add in init process loading
+ Make sure vmap is in 4K increments or whatever
+ Remove/converge convnum and debugging __atoi
+ Create actual init program
	+ That will need some kind of linking info, say, `place .text etc above
	0xffffffadsadsad` or whatever. Should be doable, let's see.