星期四, 6月 17, 2004

PXE for Sage XPe image deploy

1. XPe Server enviroment
1-1. DHCP Server
1-2. PXE option
1-3. .0 bootstrap prepare

2. XPe client OS prepare
2-1. linux kernel (.1)
2-2. linux initrd (.2)
2-3. SAMBA mount implement
2-4. automatic download script
2-5. progress bar implement

3. Integration testing

work around:
1. using DOS boot image to be the PXE download image.
2. need a hard drive sector dump tools.
3. security improve.(ex: security key function implemnet)


Allen

星期三, 6月 02, 2004

MST NIC testing

porting base on linux driver/net/8139c.c and Grant MST optest.c

references document: DP83816 data sheet, Realtek 8100C data sheet

1. pci configuration for NIC 8100C

2. eeprom read/write

3. vsprintf implement

4. NIC testing routine

Allen

星期二, 6月 01, 2004

MST LPT testing

Base on memtest86 project(http://www.memtest86.com) & Grant MST LPT source code.

1. lpt.cpp -> lpt.c
1-1. replace inb, outb
1-2. include io.h
1-3. replace printf -> cprint

2. modify the Makefile
2-1. lpt.o

3. modify the do_test() in main.c
3-1. include lp.h

Allen