1
0
Fork 0
mirror of https://github.com/tailix/kernel.git synced 2025-07-31 22:00:58 -04:00

Align code

This commit is contained in:
Braiden Vasco 2017-11-04 03:45:32 +00:00
parent e397c362f4
commit 7b040360c8

View file

@ -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;