mirror of
https://github.com/tailix/libkernaux.git
synced 2026-08-15 11:00:07 -04:00
Use lowercase hexadecimal digits
This commit is contained in:
parent
2c140b8dae
commit
8ad8c311ef
10 changed files with 18 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
OUTPUT_ARCH("i386")
|
||||
ENTRY(_start)
|
||||
|
||||
_kernel_offset = 0xC0000000; /* 3 GiB */
|
||||
_kernel_offset = 0xc0000000; /* 3 GiB */
|
||||
|
||||
_kernel_phys_base = 4M;
|
||||
_kernel_virt_base = (_kernel_phys_base + _kernel_offset);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue