Apple assembly doesn't handle symbol arithmetic well. So instead

of getting addres of kernel_sector + 4 define kernel_sector_high.
	It also makes code more readable.
This commit is contained in:
Vladimir Serbinenko 2013-11-24 06:13:45 +01:00
parent 09bc0a577d
commit 78f961efe9
2 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,9 @@
2013-11-24 Vladimir Serbinenko <phcoder@gmail.com>
Apple assembly doesn't handle symbol arithmetic well. So instead
of getting addres of kernel_sector + 4 define kernel_sector_high.
It also makes code more readable.
2013-11-24 Vladimir Serbinenko <phcoder@gmail.com>
With Apple assembly in .macro environvemnt you have to use $$ instead