Commit 4b52c802 authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

Changes in MultiBoot scripts, accounting for new memory map

parent fa72b27e
......@@ -55,7 +55,7 @@ from ei2cexcept import *
from functools import partial
#===============================================================================
MB_BASE = 0x40
MB_BASE = 0x100
MB_CR_OFS = 0x00
MB_SR_OFS = 0x04
MB_GBBAR_OFS = 0x08
......
......@@ -37,7 +37,7 @@ sys.path.append("../ei2c")
from ei2c import *
import ei2cdefine
MB_BASE = 0x40
MB_BASE = 0x100
MB_CR_OFS = 0x00
MB_SR_OFS = 0x04
MB_GBBAR_OFS = 0x08
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment