Home > Back-end >  How to write the operating system program
How to write the operating system program

Time:09-27

Topic 1: basic paging memory management simulation realization
Requirements:
In C/C + + language or Java language programming, simulation operating system basic pages of memory storage management approach; (the key code section to comments)
2. The procedures need to be able to correctly "memory" for "distribution" and "recycling", can accept user input and display memory allocations,
The first group of students:
Topic 2: simulation bankers algorithm
Requirements:
1. Written in C/C + + language or the Java language a simple banker algorithm program; (the key code section to comments)
2. The use of banker algorithm allocates resources OS to ensure that all processes in the limited time to obtain the required resources, namely in a safe state,
The second group of students:

Title 3: CPU scheduling algorithm simulation implementation
Requirements:
1. Written in C/C + + language or the Java language a process scheduling procedures, to ensure that multiple processes can execute concurrently; (the key code section to comments)
2. The first come, first service (FCFS) and high priority priority scheduling algorithm (PSA),
3. The selection algorithm is executed in the main interface (or function)

CodePudding user response:

CodePudding user response:

Idea is great, this is 愽 father of topic?
  • Related