search for: dsinfo

Displaying 6 results from an estimated 6 matches for "dsinfo".

Did you mean: osinfo
2007 Jul 10
1
[LLVMdev] A question about LLVM and pool allocation
HI guys. I'm trying to build the poolalloc on llvm-2.0 but there exist some errors. Can you tell me which version of llvm is known to make the poolalloc build and install successful? Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20070710/4ab5e155/attachment.html>
2015 Sep 24
0
[PATCH] com32/disk: add UEFI support
...uint8_t count); -#endif /* _SYSLINUX_DISK_H */ +#endif /* _SYSLINUX_DISK_H_ */ diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 1624ae7..7c54fa2 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -56,6 +56,8 @@ MINLIBOBJS = \ syslinux/ipappend.o \ syslinux/dsinfo.o \ $(LIBOTHER_OBJS) \ + $(LIBSYS_OBJS) \ + $(LIBPCI_OBJS) \ $(LIBGCC_OBJS) \ $(LIBCONSOLE_OBJS) \ $(LIBLOAD_OBJS) \ diff --git a/com32/lib/syslinux/disk.c b/com32/lib/syslinux/disk.c deleted file mode 100644 index afbfc84..0000000 --- a/com32/lib/syslinux/disk.c +++ /dev/null @@ -1,583 +0,...
2001 Dec 05
5
using rsync with Mac OS X
Rsync looks like a good tool for keeping files synchronized between two computers, such as a desktop and laptop. However, Mac OS uses a forked file system, with the second fork storing data critical to some files (such as applications) as well as type and creator information matching files up with the appropriate apps and file types. Mac OS X comes with a command-line utility called ditto
2012 Mar 23
19
[PATCH 00/19][elflink] Improve compatibility with 4.x
From: Matt Fleming <matt.fleming at intel.com> The following patch series is available at, git://git.zytor.com/users/mfleming/syslinux.git elflink All patches are against the 'elflink' branch. This series fixes a few serious bugs and some behavioural incompatibilities with the 4.x series. Matt Fleming (19): ldlinux: Initialise 'p' before using it. ldlinux: Parse
2011 May 25
1
[GIT PULL] elflink ldlinux
...upload/libcom32upload.a CFLAGS += -I$(com32)/cmenu/libmenu -I$(com32) MODULES = hdt.c32 diff --git a/com32/lib/Makefile b/com32/lib/Makefile index 5d41d7d..10fb4de 100644 --- a/com32/lib/Makefile +++ b/com32/lib/Makefile @@ -50,8 +50,6 @@ LIBSYSLINUX_OBJS = \ syslinux/ipappend.o syslinux/dsinfo.o syslinux/version.o \ syslinux/pxe_get_cached.o syslinux/pxe_get_nic.o \ syslinux/pxe_dns.o \ - syslinux/adv.o syslinux/advwrite.o syslinux/getadv.o \ - syslinux/setadv.o \ syslinux/video/fontquery.o syslinux/video/forcetext.o \ syslinux/video/reportmode.o diff --git a/com32...
2011 Apr 16
20
[PATCH 00/20] Switch to ELF modules
From: Matt Fleming <matt.fleming at linux.intel.com> This series fixes some bugs and switches the elflink branch to be entirely ELF modules. It applies on top of, http://syslinux.zytor.com/archives/2011-April/016369.html The deletions in the diff stat below are mainly from deleting com32/elflink/modules (finally!). Now there should be no duplicate code because we don't need COM32 and