Template:Main2/Design Considerations: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Combuster (talk | contribs)
stripped some bloat
Sebastian (talk | contribs)
m RPC is Remote Procedure Call.
 
(10 intermediate revisions by 6 users not shown)
Line 2:
* [[Monolithic Kernel]]
* [[Microkernel]]
* [[Exokernel|Exokernels]] and theirrelated kindmodels
* [[Modular Kernel]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[Kernels|more...]]</small></div>
Line 13:
 
'''Memory and Resource Management'''
* [[Memory management]] - Overview and Introduction
* [[Memory_management|Physical, Virtual, Paging, help]]?!?
* [[Segmentation|What segments are About]]?
* [[Paging|Managing address spaces]]
* [[Memory Allocation]]
* [[Memory_Allocation|Allocating and freeing memory]]
* [[Page Frame Allocation]]
* [[File_Management|File management]]
* [[Memory Management Unit]], or in-depth description of recursive mappings
* [[Page Frame Allocation|Algorithms and tips for memory management]]
* [[File Management]]
* [[File Systems]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Memory management|more...]]</small></div>
 
'''System Calls'''
* [[ARM_System_Calls|ARM System Calls]]
 
 
'''Scheduling'''
* [[Processes and Threads|Tasks, processes and threads]]
* [[Context Switching|Context switching]]
* [[Scheduling Algorithms|Scheduling algorithms]]
* [[Multiprocessor Scheduling|Multiprocessor scheduling]]
* [[Blocking Process|Sleeping]] - processes sleeping and waiting processes]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Processes_and_Threads|more...]]</small></div>
 
'''Process Sychronization'''
* [[SynchronisationSynchronization Primitives|]] - Semaphores, mutexes, spinlocks et al.]]
* [[Signals]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Synchronization|more...]]</small></div>
 
'''Inter-Process Communication'''
* [[Message Passing|Message passing]]
* [[Shared Memory|Shared memory]]
* [[RPC|Remote procedureProcedure callsCall]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:IPC|more...]]</small></div>
 
<noinclude>[[Category:Main Page Templates]]</noinclude>