search for: mem16mb

Displaying 3 results from an estimated 3 matches for "mem16mb".

Did you mean: mem16
2009 Mar 22
1
[PATCH] [memdisk] Additional comments in memdisk.inc and postprocess.pl
...ly, even if we can transfer some ; sectors. This isn't really the correct behaviour. setup_regs: @@ -589,21 +595,22 @@ Int15Start: oldint15: pop bp jmp far [cs:OldInt15] -int15_e801: +int15_e801: ; Get mem size for > 64 MB config mov ax,[cs:Mem1MB] mov cx,ax mov bx,[cs:Mem16MB] mov dx,bx jmp short int15_success -int15_e881: +int15_e881: ; Get mem size for > 64 MB config + ; 32-bit code mov eax,[cs:Mem1MB] mov ecx,eax mov ebx,[cs:Mem16MB] mov edx,ebx jmp short int15_success -int15_88: +int15_88: ; Get extended mem size mov ax,[cs:M...
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
...iveraddr); /* Reserve this range of memory */ wrz_16(BIOS_BASEMEM, driveraddr >> 10); @@ -985,8 +1003,9 @@ pptr->memint1588 = low_mem >> 10; } - printf("1588: 0x%04x 15E801: 0x%04x 0x%04x\n", - pptr->memint1588, pptr->mem1mb, pptr->mem16mb); + if (!quiet) + printf("1588: 0x%04x 15E801: 0x%04x 0x%04x\n", + pptr->memint1588, pptr->mem1mb, pptr->mem16mb); driverseg = driveraddr >> 4; driverptr = driverseg << 16; @@ -1007,7 +1026,8 @@ if (getcmditem("nopass") !=...
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