2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
Absolute addressing through constant with Apple's cc * kern/i386/pc/startup.S: Define necessary constants and address through it when using ABS with Apple's CC * boot/i386/pc/diskboot.S: likewise * boot/i386/pc/boot.S: likewise * boot/i386/pc/lnxboot.S: likewise * boot/i386/pc/cdboot.S: likewise * mmap/i386/pc/mmap_helper.S: likewise * commands/i386/pc/drivemap_int13h.S: likewise
This commit is contained in:
parent
2b167a7218
commit
3e32590112
8 changed files with 214 additions and 1 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Absolute addressing through constant with Apple's cc
|
||||
|
||||
* kern/i386/pc/startup.S: Define necessary constants
|
||||
and address through it when using ABS with Apple's CC
|
||||
* boot/i386/pc/diskboot.S: likewise
|
||||
* boot/i386/pc/boot.S: likewise
|
||||
* boot/i386/pc/lnxboot.S: likewise
|
||||
* boot/i386/pc/cdboot.S: likewise
|
||||
* mmap/i386/pc/mmap_helper.S: likewise
|
||||
* commands/i386/pc/drivemap_int13h.S: likewise
|
||||
|
||||
2009-06-04 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Check if compiler is apple cc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue