mirror of
https://github.com/tailix/kernel.git
synced 2025-07-31 22:00:58 -04: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_phys_base;
|
||||||
extern char _memory_virt_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_phys_base = (unsigned int)&_memory_phys_base;
|
||||||
const unsigned int memory_virt_base = (unsigned int)&_memory_virt_base;
|
const unsigned int memory_virt_base = (unsigned int)&_memory_virt_base;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue