search for: modules_pcimap

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

2009 May 02
4
HDT 0.3.2 is out
...s disk' partitions. 0.3.2 is also featuring the modules.alias compatibility. This item was requested by users, this is now implemented. By default, hdt tries to open both modules.pcimap & modules.alias to find the associated kernel modules. To override the default values, users can use the modules_pcimap=<filename> and modules_alias=<filename> boot options. Some minor visual improvements/bug fixes were also done regarding the VPD, PCI & memory display. Note that hdt's menu is now using the full screen instead of having a black line at the bottom of the screen. Enjoy this rel...
2009 May 02
4
HDT 0.3.2 is out
...s disk' partitions. 0.3.2 is also featuring the modules.alias compatibility. This item was requested by users, this is now implemented. By default, hdt tries to open both modules.pcimap & modules.alias to find the associated kernel modules. To override the default values, users can use the modules_pcimap=<filename> and modules_alias=<filename> boot options. Some minor visual improvements/bug fixes were also done regarding the VPD, PCI & memory display. Note that hdt's menu is now using the full screen instead of having a black line at the bottom of the screen. Enjoy this rel...
2009 Apr 27
0
HDT 0.3.2-pre1
...tions. 0.3.2 is also featuring the modules.alias compatibility. This item was requested by gilles on that list, this is now implemented. By default, hdt tries to open both modules.pcimap & modules.alias to find the associated kernel modules. To override the default values, users can use the modules_pcimap=<filename> and modules_alias=<filename> boot options. Some minor visual improvements/bug fixes were also done regarding the VPD & PCI display. Hope you'll like it, 0.3.2-pre1 is available at : http://konilope.linuxeries.org/hdt/hdt_0_3_2_pre1.c32 Erwan & Pierre,
2009 Oct 03
3
PATCH: Build floppy image which contains HDT
....old 2009-09-30 06:32:42.000000000 +0200 +++ ./com32/hdt/Makefile 2009-10-03 23:06:49.356614719 +0200 @@ -27,6 +27,11 @@ OBJS = $(patsubst %.c,%.o,$(wildcard *.c)) +KERNEL_VERSION ?= $(shell uname -r) +MODULES_ALIAS_FILE ?= /lib/modules/$(KERNEL_VERSION)/modules.alias +MODULES_PCIMAP_FILE ?= /lib/modules/$(KERNEL_VERSION)/modules.pcimap +PCI_IDS_FILE ?= $(PWD)/floppy/pci.ids + all: $(MODULES) $(TESTFILES) hdt.elf : $(OBJS) $(LIBS) $(C_LIBS) @@ -39,9 +44,17 @@ rm -f *.lnx spotless: clean - rm -f *.lss *.c32 *.com + rm -f *.lss *.c32 *.com hdt.img...