Re: Geri's platform
Posted: Fri Sep 05, 2014 11:51 am
started to design the kernel.
1. malloc and free is ready, it was simply becouse the lack of mmu. not yet tested however, but i will test it soon. ~70 code line, and no security check yet for freeing by the proper process. memory size detected dinamically, no need to help by ,,bios'', and its hotplug (ram can be added dynamically to the system.) hardware mapped areas are automatically skipped.
2. process control block ready, process loading not yet ready. its very simply, becouse there is no hardware acceleration for process switch, and no interrupt, so no interrupt vectors to play around. its around 100 lines.
none of the above is tested yet, but will tested soon
1. malloc and free is ready, it was simply becouse the lack of mmu. not yet tested however, but i will test it soon. ~70 code line, and no security check yet for freeing by the proper process. memory size detected dinamically, no need to help by ,,bios'', and its hotplug (ram can be added dynamically to the system.) hardware mapped areas are automatically skipped.
2. process control block ready, process loading not yet ready. its very simply, becouse there is no hardware acceleration for process switch, and no interrupt, so no interrupt vectors to play around. its around 100 lines.
none of the above is tested yet, but will tested soon