Displaying 2 results from an estimated 2 matches for "fb59551".
Did you mean:
259551
2012 Jun 26
2
[GIT PULL] elflink bug fixes
...| 3 +-
mk/elf.mk | 2 +-
34 files changed, 368 insertions(+), 184 deletions(-)
rename core/include/pxe.h => com32/lib/syslinux/pxe_dns.c (62%)
diff --git a/com32/chain/utility.c b/com32/chain/utility.c
index fb59551..b54e0cd 100644
--- a/com32/chain/utility.c
+++ b/com32/chain/utility.c
@@ -94,24 +94,30 @@ void lba2chs(disk_chs *dst, const struct disk_info *di, uint64_t lba, uint32_t m
uint32_t get_file_lba(const char *filename)
{
com32sys_t inregs;
- uint32_t lba;
+ uint32_t lba = 0;
+ int siz...
2012 Nov 06
50
chain.c32 (and partiter) updates v2
This is a bit updated set of chain.c32 changes that simplifies a few things
(and in partiter part), fixes few minor issues and adds a few new features.
Details are in the following commits, below is the summary and pull details at
the end.
Shao - any chance to peek over them ? Most of those are relatively simple
changes and well tested, though of course something might have slipped my
attention.