Apple assembly doesn't handle symbol arithmetic well. So define an

offset symbol in boot.S and use it.
This commit is contained in:
Vladimir Serbinenko 2013-11-24 06:20:10 +01:00
parent 78f961efe9
commit 5c066a81c2
2 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2013-11-24 Vladimir Serbinenko <phcoder@gmail.com>
Apple assembly doesn't handle symbol arithmetic well. So define an
offset symbol in boot.S and use it.
2013-11-24 Vladimir Serbinenko <phcoder@gmail.com>
Apple assembly doesn't handle symbol arithmetic well. So instead