d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Building An Os > Coast Guard
Add Reply New Topic New Poll
Member
Posts: 7,510
Joined: Dec 27 2009
Gold: 75.00
May 5 2014 10:50am
Can anyone assist me in building an Operating system for a Coast guard relating with (memory/thread/process management, etc)?


Any help would be appreciated :)
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
May 5 2014 10:56am
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
May 5 2014 12:22pm
Quick and dirty:

memory management = FIFO on-demand paging scheme

process management = use a multi-level feedback queue

resource management = use your favorite anti deadlock scheme

file system = use some sort of load balancing structure to store the files!


*these choices might be biased

This post was edited by Eep on May 5 2014 12:23pm
Member
Posts: 7,510
Joined: Dec 27 2009
Gold: 75.00
May 11 2014 05:53pm
Quote (Eep @ May 5 2014 02:22pm)
Quick and dirty:

memory management = FIFO on-demand paging scheme

process management = use a multi-level feedback queue

resource management = use your favorite anti deadlock scheme

file system = use some sort of load balancing structure to store the files!


*these choices might be biased


thx :)

if anybody else got other ideas post pls
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll