Displaying 4 results from an estimated 4 matches for "msetup".
Did you mean:
setup
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
...2009-09-12 22:31:11.000000000 +0200
+++ memdisk.h 2009-09-13 00:30:39.000000000 +0200
@@ -134,4 +134,7 @@
extern void *unzip(void *indata, uint32_t zbytes, uint32_t dbytes,
uint32_t orig_crc, void *target);
+/* Show a lot of output or not */
+bool quiet;
+
#endif
$ diff -u msetup.c.old msetup.c
--- msetup.c.old 2009-09-12 22:24:59.000000000 +0200
+++ msetup.c 2009-09-13 00:34:24.000000000 +0200
@@ -58,10 +58,10 @@
if (regs.eax.l != 0x534d4150 || copied < 20)
break;
-
- printf("e820: %08x%08x %08x%08x %d\n",
- (uint32_t) (buf-&...
2000 Jan 12
4
solaris 2.5.1 still no good
...snprintf.c that we
included in OpenSSH, I believe, was the stock FreeBSD one, whereas this
one is meant to be generic ...
I *believe* that we pulled/borrowed this from sendmail originally...
<------------------ end snip ---------------------------------------->
bsd-snprintf.c: In function `msetup':
bsd-snprintf.c:86: warning: implicit declaration of function `getpagesize'
bsd-snprintf.c:91: `x' undeclared (first use this function)
bsd-snprintf.c:91: (Each undeclared identifier is reported only once
bsd-snprintf.c:91: for each function it appears in.)
bsd-snprintf.c:91: `y' u...
1999 Dec 09
1
solaris 2.5.1 still no good
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi folks,
Here's what I get under solaris 2.5.1 (sparc) with gcc-2.95.2 and
gnumake 3.78-something :
bsd-snprintf.c: In function `msetup':
bsd-snprintf.c:67: warning: implicit declaration of function
`getpagesize'
bsd-snprintf.c:72: `x' undeclared (first use in this function)
bsd-snprintf.c:72: (Each undeclared identifier is reported only once
bsd-snprintf.c:72: for each function it appears in.)
bsd-snprintf.c:72: `y'...
2006 Mar 10
2
unload memdisk+FreeDOS => local boot
Sensei H. Peter Anvin,
I have successfully modified/enhanced memdisk so that one can chainload a
local operating system after running diskless FreeDOS.
I would like your advice regarding the appropriate interface for invoking
this functionality.
In addition, I would like to know what steps to take so that you feel
comfortable considering including this in the standard syslinux
distribution.