Displaying 3 results from an estimated 3 matches for "voth".
Did you mean:
both
2017 Apr 15
2
[Bug 1146] New: configure ignores enable-static=yes
https://bugzilla.netfilter.org/show_bug.cgi?id=1146
Bug ID: 1146
Summary: configure ignores enable-static=yes
Product: libmnl
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: libmnl
Assignee: pablo at netfilter.org
2007 Aug 28
2
memdisk patch
...gzipped hd image. (I'll put the image up for a short while at
ftp://ftp.io.com/pub/usr/duanev/fdoshd.img.gz)
The pxelinux.cfg entry I'm using is:
label fdos
kernel memdisk
append keeppxe initrd=fdoshd.img.gz
syslinux/memdisk is great, thanks Peter et. al.!
--
Duane Voth
duanev at io.com
-------------- next part --------------
--- memdisk.asm.orig 2007-08-20 13:02:26.000000000 -0500
+++ memdisk.asm 2007-08-20 17:31:17.000000000 -0500
@@ -462,10 +462,10 @@
cmp dword [es:si+4],-1
je .linear_address
- movzx esi,word [es:si+4] ; Offset
+ movzx ebx,word [es:si...
2010 Oct 08
1
EFI development
Peter (and or others at Syslinux),
The most recent open source EFI development environment I've found is gnu-efi-3.0i - which still appears to be a prototype. Do you have something better and if so are you allowing public contributions yet?
Duane Voth