Displaying 5 results from an estimated 5 matches for "detect_disks".
2014 Nov 28
2
[PATCH] Add ldisk.c32 Lua module
ldisk.c32 is a Lua module that provides information about disks to Lua scripts
The example script com32/lua/test/detect_disks.lua uses it to implement some-
thing akin to 'disk.c32'.
The name 'ldisk.c32' was chosen to avoid a name-clash with 'disk.c32'.
---
com32/lua/src/Makefile | 1 +
com32/lua/src/ldisk.c | 103 ++++++++++++++++++++++++++++++++++++++++
com32/lua/test/detec...
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...endor): 48
sizeof(cpu->model): 48
0 mS in "family-vendor-model-stepping"
416445 mS in "family-vendor strings"
416445 mS in "cores-cachesizes"
416445 mS in set_generic_info
416445 mS in set_cpu_flags
416500 mS in cpu_detect
DISKS: Detecting
416500 mS in detect_disks
VPD: Detecting
416555 mS in detect_vpd
PCI: 11 devices detected
PCI: Resolving names
PCI: Resolving class names
PCI: Resolving module names
PCI: 11 Devices Found
418258 mS in detect_pci
PXE: Detecting
418258 mS in detect_pxe
VESA: Detecting
418312 mS in detect_vesa
done hardware detection,...
2011 Apr 02
2
[patch] ~420 seconds in cpu_detect
...endor): 48
sizeof(cpu->model): 48
0 mS in "family-vendor-model-stepping"
416445 mS in "family-vendor strings"
416445 mS in "cores-cachesizes"
416445 mS in set_generic_info
416445 mS in set_cpu_flags
416500 mS in cpu_detect
DISKS: Detecting
416500 mS in detect_disks
VPD: Detecting
416555 mS in detect_vpd
PCI: 11 devices detected
PCI: Resolving names
PCI: Resolving class names
PCI: Resolving module names
PCI: 11 Devices Found
418258 mS in detect_pci
PXE: Detecting
418258 mS in detect_pxe
VESA: Detecting
418312 mS in detect_vesa
done hardware detection,...
2009 Mar 23
2
HDT: Doesn't work with syslinux
When I boot Hardware Detection Tool 0.2.3 or 0.2.5 with syslinux 3.73 or 3.74-pre11,
I get:
=======================================================
Hardware Detection Tool 0.2.5 by Erwan Velu
CPU: Detecting
DISKS: Detecting
DISK 0x80: 0x80: PCI ATA : sectors = 703282600, s/t = 63 head = 255: EDD=3.0
=======================================================
Then it halts. Ctrl + Alt + Del
2014 Nov 28
0
[PATCH] Add ldisk.c32 Lua module
Hi,
the patch can also be pulled from my fork of the git repository at https://github.com/emmericp/syslinux.git <https://github.com/emmericp/syslinux.git> under the branch ldisk-lua-module.
The commit is also available on GitHub if you prefer a website to view the diff: https://github.com/emmericp/syslinux/commit/e1612cb42508fa2f33ceb045a7722fa34664231c