Dmitry Zavalishin
Dmitry Zavalishin
have few queues of last freed objects: - int - stack frame - small others - do from usual arenas alloc
Use copy in move_xy
Shell or kernel root() subsystem to create root dir and basic dir objects: - /etc/kernel/state/... kernel object states - /etc/settings - user modifiable - /home/root - /app/clock /shell /smartHome
Visual navigation around shell objects tree
# Recursive Python function to solve tower of hanoi def TowerOfHanoi(n , from_rod, to_rod, aux_rod): if n == 1: print "Move disk 1 from rod",from_rod,"to rod",to_rod return TowerOfHanoi(n-1, from_rod, aux_rod,...
Add switch - display or not, to test just func calls or graphics too Need some code to test allocations - JSON? Test 100 JSON parsings! And generate JSON from...
No, live binary for mutable uses
Take a look at stat_set_persistent_storage()
stat_set_persistent_storage() is not a good way, it uses just binary array. for other components we must use object directory and store named per-variable objects
The question is how to feed with persistent data components which are starting before object land. Such kernel components can leave hooks to be called when obj land is accessible....