Template:Main2/Design Considerations: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
No edit summary
m (RPC is Remote Procedure Call.)
 
(4 intermediate revisions by 3 users not shown)
Line 18: Line 18:
* [[Memory Allocation]]
* [[Memory Allocation]]
* [[Page Frame Allocation]]
* [[Page Frame Allocation]]
* [[Memory Management Unit]], or in-depth description of recursive mappings
* [[File Management]]
* [[File Management]]
* [[File Systems]]
* [[File Systems]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Memory management|more...]]</small></div>
<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'''
'''Scheduling'''
Line 38: Line 43:
* [[Message Passing]]
* [[Message Passing]]
* [[Shared Memory]]
* [[Shared Memory]]
* [[RPC]] - Remote procedure calls
* [[Remote Procedure Call]]
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:IPC|more...]]</small></div>
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:IPC|more...]]</small></div>



Latest revision as of 00:33, 20 August 2021

Kernel Models

more...

Task Models

more...

Memory and Resource Management

more...

System Calls


Scheduling

more...

Process Sychronization

more...

Inter-Process Communication

more...