search for: int15h

Displaying 4 results from an estimated 4 matches for "int15h".

Did you mean: int15
2011 Feb 05
1
[PATCH][git-pull] memdisk/setup.c: Limit available RAM hack
...low an end-user to limit the amount of available RAM as returned by any call that MEMDISK touches. This works by adding additional memory reservation(s) (through insertrange()) to reserve the memory between the specified address and the top of RAM. For now, the parameter is int15maxres (implement INT15h MAX by reservation) and is specified in bytes. I welcome feedback on its functionality, default unit (ie 1 byte versus 1024 bytes or even unit of 1024 bytes but must be divisible by 4), more appropriate names for the parameter and function name. Eventually I think it would be better to be more fl...
2011 Feb 08
1
[PATCH][git-pull] MEMDISK: Process "mem=" parameter and apply to e820 ranges
git://git.zytor.com/users/genec/syslinux.git Branch memdisk-maxmem-for-hpa The goal of the changes was to process a "mem=" parameter (ie "mem=128M" or "mem=134217728"; same value) and alter the memory map that MEMDISK returns in INT15h AXe820h by changing any type 1 (available) ranges above the "mem=" value to type 2 (reserved) and splitting a type 1 that crosses this boundary if needed. This reuses code from com32/lib/ and copies suffix_number() from com32/lib/syslinux/load_linux.c to com32/libutil/suffix_number.c. T...
2007 Dec 27
2
VT-d and the GPU
...ver I am hitting an xen assert and was hoping someone might be able to point me in the right direction. Below is the console output from from the the xm create to the assert. BTW: I have noted the missing bios call when posting the the new vgabios and if any one knows the details surrounding int15h AX=5F21, I would also appreciate that as well, I know it has something to do with the GPU clock rate. (XEN) intel-iommu.c:1965:d0 iommu_set_pgd: hd->pgd = ff25f000 (XEN) intel-iommu.c:1843: assign_device: bus = 0 dev = 2 func = 0 (XEN) intel-iommu.c:1371:d0 reassign_device-0:2:0- so...
2004 Jan 26
7
Problem with FreeDOS + himem64 + PXELINUX + memdisk
(FreeDOS developers, I apologize for the redundant parts of this message. But I want to bring the SYSLINUX folks into the discussion, and the SourceForge mailing list archives are broken.) Background: I have a little Sourceforge project (http://unattended.sourceforge.net/) for which I use SYSLINUX to provide CD-ROM and PXE boot support for my boot disk. And it works great with MS-DOS. However,