summaryrefslogtreecommitdiff
path: root/util/ADLO/HACKING
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-10-14 21:35:30 +0000
committerStefan Reinauer <stepan@openbios.org>2006-10-14 21:35:30 +0000
commitc1c3fdc79fab5b0d1572ea8f606c280b2df9676c (patch)
tree5cb58e91d722314d36403928d37c374c97403dea /util/ADLO/HACKING
parent5ed51d19331945915d2a879d11d72a7d1a8751b7 (diff)
downloadcoreboot-c1c3fdc79fab5b0d1572ea8f606c280b2df9676c.tar.xz
add ADLO to v2
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2457 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'util/ADLO/HACKING')
-rw-r--r--util/ADLO/HACKING16
1 files changed, 16 insertions, 0 deletions
diff --git a/util/ADLO/HACKING b/util/ADLO/HACKING
new file mode 100644
index 0000000000..20f502db72
--- /dev/null
+++ b/util/ADLO/HACKING
@@ -0,0 +1,16 @@
+DEVELOPER/HACKING/DESIGN
+
+- bochs bios.
+
+ we expect most of the bochs patches will be rolled back into
+ the bochs mainline.
+
+ thus when designing an patch for rombios.c both needs of
+ linuxbios as well as bochs needed to be taken into
+ consideration.
+
+- there are motherboard specific code in loader.s. until this issue
+ is fixed, you need to adjust various motherboard specific
+ settings in loader.s In particular control of the
+ shadow ram.
+