1 2 3 4 5 6
public interface IBootLoader { /** * Boot up the System Image. */ void bootUp(); }
This is the personal website of Senthil Kumaran. Amongst many things, he is a Software Developer, and a CPython Hacker.