diff --git a/src/add-ons/kernel/drivers/graphics/skeleton/UPDATE.html b/src/add-ons/kernel/drivers/graphics/skeleton/UPDATE.html index e246354dc4..d655e03958 100644 --- a/src/add-ons/kernel/drivers/graphics/skeleton/UPDATE.html +++ b/src/add-ons/kernel/drivers/graphics/skeleton/UPDATE.html @@ -38,6 +38,26 @@ If your CPU supports MTRR, the kerneldriver will have activated that, and if you
OK, your first task is get to the point I am describing above. Once you have that going, it's time to really start development. Personally, I have a certain list I always run-down. My advice would be to follow it, as the order of doing things has a certain logic to it, making all steps as testable as can be using this development method.

-Todo: add list..
+ +
+Todo: complete list..