| From | Sent On | Attachments |
|---|---|---|
| Maninya M | Feb 14, 2012 6:23 am | |
| Julian Elischer | Feb 14, 2012 8:56 am | |
| Jason Hellenthal | Feb 14, 2012 9:05 am | |
| Joshua Isom | Feb 14, 2012 9:12 am | |
| md...@FreeBSD.org | Feb 14, 2012 9:20 am | |
| Brandon Falk | Feb 14, 2012 9:25 am | |
| Rayson Ho | Feb 14, 2012 9:26 am | |
| Eitan Adler | Feb 14, 2012 10:04 am | |
| Uffe Jakobsen | Feb 14, 2012 10:43 am | |
| Julian Elischer | Feb 14, 2012 3:00 pm | |
| Jan Mikkelsen | Feb 14, 2012 3:50 pm | |
| Devin Teske | Feb 14, 2012 4:20 pm | |
| Rayson Ho | Feb 14, 2012 4:53 pm | |
| Jim Bryant | Feb 14, 2012 5:34 pm | |
| Jim Bryant | Feb 14, 2012 5:38 pm | |
| Julian Elischer | Feb 14, 2012 9:40 pm | |
| Da Rock | Feb 20, 2012 6:32 am | |
| Dieter BSD | Feb 20, 2012 10:57 am | |
| per...@pluto.rain.com | Feb 20, 2012 11:12 pm | |
| Julian Elischer | Feb 21, 2012 12:22 am | |
| Dieter BSD | Feb 24, 2012 1:09 pm | |
| Adam Vande More | Feb 24, 2012 1:28 pm |
| Subject: | OS support for fault tolerance | |
|---|---|---|
| From: | Maninya M (mani...@gmail.com) | |
| Date: | Feb 14, 2012 6:23:20 am | |
| List: | org.freebsd.freebsd-hackers | |
For multicore desktop computers, suppose one of the cores fails, the FreeBSD OS crashes. My question is about how I can make the OS tolerate this hardware fault. The strategy is to checkpoint the state of each core at specific intervals of time in main memory. Once a core fails, its previous state is retrieved from the main memory, and the processes that were running on it are rescheduled on the remaining cores.
I read that the OS tolerates faults in large servers. I need to make it do this for a Desktop OS. I assume I would have to change the scheduler program. I am using FreeBSD 9.0 on an Intel core i5 quad core machine. How do I go about doing this? What exactly do I need to save for the "state" of the core? What else do I need to know? I have absolutely no experience with kernel programming or with FreeBSD. Any pointers to good sources about modifying the source-code of FreeBSD would be greatly appreciated.
_______________________________________________ free...@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "free...@freebsd.org"





