The Call for Papers for the 28th Chaos Communications Congress is out, as Matthias Rampke noted. Each year, there seems to be at least a few DragonFly people there…
One Reply to “28c3 CFP”
Comments are closed.
The Call for Papers for the 28th Chaos Communications Congress is out, as Matthias Rampke noted. Each year, there seems to be at least a few DragonFly people there…
Comments are closed.
btw, something for your lazy reading:
http://blogs.msdn.com/b/b8/archive/2011/09/08/delivering-fast-boot-times-in-windows-8.aspx
Seems its about time to get that boot up in a second project on the next google projects list for next year..
Could we not thread driver enum at kernel init more? For example, they keyboard, disk and network subsystems could start all at the same time instead of each one after the other.. Not sure about the current arch of things in dragonfly, are there any docs for _exactly_ how low level kernel driver enum init is done?
I’m very sure there must be some low hanging fruit that could shave a number of seconds off at least! I noticed about a second odd around where the keyboard gets initiz
Cheers,
Edward.