diff --git a/src/add-ons/kernel/drivers/graphics/skeleton/UPDATE.html b/src/add-ons/kernel/drivers/graphics/skeleton/UPDATE.html index d655e03958..bece1416c8 100644 --- a/src/add-ons/kernel/drivers/graphics/skeleton/UPDATE.html +++ b/src/add-ons/kernel/drivers/graphics/skeleton/UPDATE.html @@ -36,17 +36,53 @@ 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.
+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 more or less, as the order of doing things has a certain logic to it, making the steps as testable as can be using this development method.


Todo: complete list..
+
+Rudolf Cornelissen. +

(Page last updated on November 8, 2004)