Re: Project in FreeBSD.
From: Kamal R. Prasad (kamalpr_at_gmail.com)
Date: 09/07/05
- Previous message: Gordon Bergling: "how to handling read only cvs trees"
- In reply to: Pranav Peshwe: "Project in FreeBSD."
- Next in thread: R. Tyler Ballance: "Re: Project in FreeBSD."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 7 Sep 2005 19:30:09 +0530 To: Pranav Peshwe <pranavpeshwe@gmail.com>
On 9/7/05, Pranav Peshwe <pranavpeshwe@gmail.com> wrote:
> Hello,
> I am a final year CS student and wish to do a project in the
> FBSD kernel or networking domains.
> I am a part of a project group of four and we have the project as a part
> of syllabus for the final year.
>
> Ideas we could think of were :
>
> 1) Dynamically Configurable IO schedulers and scheduling policy.
> - similar to the project mentioned on the SOC page for FBSD.
> 2) Creating a program which would save the state of the kernel at
> some instant.Then if the kernel panics,the saved state will be restored.
> Especially useful for kernel level development which can cause frequent
> panics.
Its difficult or impossible to save the state of the kernel and restore the
shadow copy. Its probably easier to save the state of a user program instead
and restore it should the process dump core. Q to you:- what do you plan to
do when saved copy of kernel contains information of a process that exited
after copy was saved but before the kernel panic'ed required to be restored?
regards
-kamal
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Gordon Bergling: "how to handling read only cvs trees"
- In reply to: Pranav Peshwe: "Project in FreeBSD."
- Next in thread: R. Tyler Ballance: "Re: Project in FreeBSD."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|