From 3c9abba65393db243d82c7c7cba38ffcc70bb95a Mon Sep 17 00:00:00 2001 From: Rudolf Cornelissen Date: Mon, 8 Nov 2004 17:09:55 +0000 Subject: [PATCH] added steps for dev. not complete yet. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9866 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../drivers/graphics/skeleton/UPDATE.html | 22 ++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) 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..