mirror of
https://github.com/tailix/kernel.git
synced 2024-11-20 11:16:10 -05:00
Align code
This commit is contained in:
parent
e397c362f4
commit
7b040360c8
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ extern char _memory_offset;
|
|||
extern char _memory_phys_base;
|
||||
extern char _memory_virt_base;
|
||||
|
||||
const unsigned int memory_offset = (unsigned int)&_memory_offset;
|
||||
const unsigned int memory_offset = (unsigned int)&_memory_offset;
|
||||
const unsigned int memory_phys_base = (unsigned int)&_memory_phys_base;
|
||||
const unsigned int memory_virt_base = (unsigned int)&_memory_virt_base;
|
||||
|
||||
|
|
Loading…
Reference in a new issue