- 25 Nov, 2013 9 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
Conflicts: include/grub/util/install.h
-
Vladimir Serbinenko authored
Don't rely on PATH_MAX.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
an object after data. While it doesn't seem right solution, it works well enough and OSX isn't main compilation platform.
-
Vladimir Serbinenko authored
While it doesn't seem right solution, it works well enough and OSX isn't main compilation platform.
-
Vladimir Serbinenko authored
prevent it from pulling in dynamic linker.
-
- 24 Nov, 2013 8 commits
-
-
Vladimir Serbinenko authored
offset symbol in boot.S and use it.
-
Vladimir Serbinenko authored
of getting addres of kernel_sector + 4 define kernel_sector_high. It also makes code more readable.
-
Vladimir Serbinenko authored
of $. So introduce new preprocessor macro MACRO_DOLLAR(x) which expands to $$x on Apple and to $x on everything else.
-
Vladimir Serbinenko authored
OBJCONV.
-
Vladimir Serbinenko authored
and non-Apple. This instruction is shorter and faster, so no reason not to use it on both.
-
Vladimir Serbinenko authored
.text when compiling for Apple.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
%dx restore the probe worked on non-existant drive. Reorganize the code a little bit to free 2 bytes necessary for push/pop.
-
- 23 Nov, 2013 10 commits
-
-
Vladimir Serbinenko authored
Add missing cast to silence warning.
-
Keshav Padram Amburay authored
for EFI targets.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
include/grub/i386/memory_raw.h and eliminate duplicate declarations.
-
Andrey Borzenkov authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
clang.
-
- 22 Nov, 2013 13 commits
-
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
3 last commits.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
with -mcmodel=large.
-
Vladimir Serbinenko authored
range-checking for 32-bit quantities.
-
Vladimir Serbinenko authored
mips.
-
Vladimir Serbinenko authored
when compiling with clang.
-
Vladimir Serbinenko authored
Export abort () when compiling with clang.
-
Vladimir Serbinenko authored
-
Vladimir Serbinenko authored
GRUB_MEMORY_MACHINE_SCRATCH_SIZE and increase GRUB_MEMORY_MACHINE_PROT_STACK_SIZE. The binary doesn't change (checked). It's more to better reflect actual usage.
-
Vladimir Serbinenko authored
at compile time that enough of scratch size is available.
-
Vladimir Serbinenko authored
Previously we misaligned stack by 8 in startup.S and compensated for it in callwrap.S. According to ABI docs (EFI and sysv amd64) right behaviour is to align stack in startup.S and keep it aligned in callwrap.S. startup.S part was committed few commits before. This takes care of callwrap.S. Reported by: Gary Lin.
-
Vladimir Serbinenko authored
.data and .bss. May happen if compiler and assembly use different alignment.
-