diff options
Diffstat (limited to 'util/ADLO/HACKING')
-rw-r--r-- | util/ADLO/HACKING | 16 |
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. + |