apsun / loliOS

Lightweight & operational Linux-inspired OS.
33 stars 1 forks source link

Scheduling algorithm #14

Closed apsun closed 7 years ago

apsun commented 7 years ago

To prevent visible lag, we can take a "foreground terminal has higher priority" approach to scheduling. Basically, give the foreground process extra time when choosing which process to schedule.

apsun commented 7 years ago

This is no longer a problem since #10 fixed the process lag.