Changes between Version 5 and Version 9 of Ticket #414


Ignore:
Timestamp:
2013-03-28T17:54:36Z (11 years ago)
Author:
Martin Decky
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #414

    • Property Keywords gsoc13 added
    • Property Component helenos/kernel/generichelenos-infrastructure
  • Ticket #414 – Description

    v5 v9  
    11Design and implement graceful shutdown of HelenOS.
    22
    3 
    43 Details::
    5  The current support for shutdown in HelenOS is rather minimal.
    6  It is possible to halt the CPUs or reboot the machine.
    7  What is missing is a ''graceful'' way to tell running tasks that the system is about to be shut down.
    8  For example, the reboot sequence now consists of forceful kill of all existing tasks.[[br]]
    9  The goal is to design and implement way to notify tasks of imminent shutdown (reboot) to allow them terminate in a clean and consistent way.
    10  The design decisions must reflect microkernel-specific issues, such as order of shutdown of vital services (e. g. VFS, naming service or drivers).
    11 
     4  The current support for shutdown in HelenOS is rather minimal. It is possible to halt the CPUs or reboot the machine. What is missing is a ''graceful'' way to tell running tasks that the system is about to be shut down. For example, the reboot sequence now consists of forceful kill of all existing tasks. The goal is to design and implement way to notify tasks of imminent shutdown (reboot) to allow them terminate in a clean and consistent way. The design decisions must reflect microkernel-specific issues, such as order of shutdown of vital services (e. g. VFS, naming service or drivers).
    125
    136 What Gains and Benefits will this bring?::
    14  The benefits of this task come at rather low level but are nevertheless very important.
    15  Graceful shutdown means that drivers could terminate communication with hardware in a predictable manner or that filesystem servers would be able to unmount file systems cleanly.
     7  The benefits of this task come at rather low level but are nevertheless very important. Graceful shutdown means that drivers could terminate communication with hardware in a predictable manner or that filesystem servers would be able to unmount file systems cleanly.
    168
    179
    1810 Difficulty::
    19  Medium to difficult. The solution will require work both in kernel and in userspace.
    20 
     11  Medium to High. The solution will require work both in kernel and in userspace.
    2112
    2213 Required skills::
    23  A successful applicant will have good skills of programming in the C languages and the ability to survive in a non-standard non-POSIX application environment.
    24 
     14  A successful applicant will have good skills of programming in the C languages and the ability to survive in a non-standard non-POSIX application environment.
    2515
    2616 Documentation::
     
    3020
    3121 Possible mentors::
    32  HelenOS Core Team, Vojtech Horky
     22  HelenOS Core Team, Vojtech Horky