Displaying 3 results from an estimated 3 matches for "dos_mem".
Did you mean:
dom_mem
2002 Aug 27
2
memdisk and grub
Hi,
I am trying to use MEMDISK from the GRUB boot loader, and gets stuck on the
memory detection. MEMDISK reports
dos_mem = 0
low_mem = 0
high_mem = 0
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
...printf("Code %u, meminfo %u, cmdline %u, stack %u\n",
+ hptr->total_size, e820_len, cmdline_len, stack_len);
+ printf("Total size needed = %u bytes, allocating %uK\n",
+ total_size, (total_size + 0x3ff) >> 10);
+ }
if (total_size > dos_mem)
die("MEMDISK: Insufficient low memory\n");
@@ -967,8 +984,9 @@
driveraddr = stddosmem - total_size;
driveraddr &= ~0x3FF;
- printf("Old dos memory at 0x%05x (map says 0x%05x), loading at 0x%05x\n",
- stddosmem, dos_mem, driveraddr);
+ if (!quiet...
2002 Nov 01
2
pxelinux / memdisk booting problem
I have been using pxelinux for quite a while to automagically build
linux boxes with great success. Thanks to everyone involved!
Now, I am trying to download a floppy image and get that to boot.
My conf file looks like:
default sir4
label sir4
kernel ia32/memdisk
append initrd=ia32/sir4/floppy.img
Everything starts off fine.
pxelinux loads
I see it get the conf file.
gets memdisk