DOS on Compaq EVO T20 thin client - possible? (Developers)
> I have strange problems with downloading entire image. Can you post just
> the partition table and boot sectors (NT and DOS), or simply send them
> directly to me? (The partition table, even if ignored by your BIOS at
> boot, is needed later by DOS when it assigns drive letters. MS-DOS 7 looks
> at the partition table even earlier, in the boot sector loader.)
Yes I can send it to you (its 0.5MB packed) but I don't see your mail anywhere. Mail me at rayer ^ seznam * cz.
BTW I saw you have Compaq EVO N600 notebook too. Did you succed with sound under DOS? It has ESS1869 PCI soudchip which should be some way SB compatible. I was fiddling with many drivers but I made working only the FM sythesis not WAVE soud. Often it hangs. Only MPX play and one version of DOS DOOM engine can play. The same in windows 98. So I'm stucked on emulators :(
Note: I tried VMWare but it cannot setup HDD with more than 16 heads so it very limits usable capacity.
EDIT:
I put to bootsector a simple&dirty code to get BIOS HDD params:
mov ah,8
mov dl,80h
int 13h
push dx ; vypis CH-CL-DH-DL
push cx
mov ah,0eh
mov bl,7
pop dx ;cx
mov al,dh ;ch.h
shr al,4
add al,'0'
int 10h
mov al,dh ;ch.l
and al,0Fh
add al,'0'
int 10h
mov al,'-'
int 10h
mov al,dl ;cl.h
shr al,4
add al,'0'
int 10h
mov al,dl ;cl.l
and al,0Fh
add al,'0'
int 10h
mov al,'-'
int 10h
pop dx ;dx
mov al,dh ;dh.h
shr al,4
add al,'0'
int 10h
mov al,dh ;dh.l
and al,0Fh
add al,'0'
int 10h
mov al,'-'
int 10h
mov al,dl ;dl.h
shr al,4
add al,'0'
int 10h
mov al,dl ;dl.l
and al,0Fh
add al,'0'
int 10h
int 20h
The resul was:
CH=02, CL=38, DH=CF, DL=01 > CYL=2, MAXSEC=56, MAXHD=207, DRIVES=1
so my HDD image params are OK. I still cannot figure why I have problems accessing largers sectors of image in Boch. I tried linux version too. And Qemu is limited to 16 heads.
EDIT2:
I also tried SysLinux 3.72 but it quickly end up with "Boot error" on T20 :(
---
DOS gives me freedom to unlimited HW access.
Complete thread:
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 08.11.2008, 17:48 (Developers)
- DOS on Compaq EVO T20 thin client - possible? - mht, 08.11.2008, 18:32
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 09.11.2008, 00:37
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 09.11.2008, 13:09
- DOS on Compaq EVO T20 thin client - possible? - mht, 09.11.2008, 14:36
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 09.11.2008, 16:36
- DOS on Compaq EVO T20 thin client - possible? - marcov, 11.11.2008, 09:31
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 11.11.2008, 16:58
- DOS on Compaq EVO T20 thin client - possible? - rr, 11.11.2008, 20:31
- DOS on Compaq EVO T20 thin client - possible? - Rugxulo, 11.11.2008, 20:48
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 11.11.2008, 21:18
- DOS on Compaq EVO T20 thin client - possible? - rr, 11.11.2008, 21:40
- DOS on Compaq EVO T20 thin client - possible? - Rugxulo, 12.11.2008, 00:24
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 11.11.2008, 21:18
- DOS on Compaq EVO T20 thin client - possible? - Rugxulo, 11.11.2008, 20:48
- DOS on Compaq EVO T20 thin client - possible? - mht, 12.11.2008, 17:44
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 14.11.2008, 22:10
- DOS on Compaq EVO T20 thin client - possible? - mht, 17.11.2008, 09:45
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 24.11.2008, 23:28
- Yes, dynamic CHS! - RayeR, 29.11.2008, 22:20
- Yes, dynamic CHS! - ecm, 30.11.2008, 12:49
- Yes, dynamic CHS! - RayeR, 30.11.2008, 18:13
- Yes, dynamic CHS! - ecm, 30.11.2008, 20:34
- Yes, dynamic CHS! - RayeR, 30.11.2008, 22:34
- Yes, dynamic CHS! - tom, 02.12.2008, 13:34
- Yes, dynamic CHS! - RayeR, 02.12.2008, 17:14
- DOS demo show on T20! - RayeR, 03.12.2008, 04:21
- DOS demo show on T20! - Rugxulo, 06.12.2008, 12:13
- DOS demo show on T20! - RayeR, 07.12.2008, 13:34
- DOS demo show on T20! - rr, 07.12.2008, 16:56
- DOS demo show on T20! - mht, 08.12.2008, 20:31
- DOS demo show on T20! - RayeR, 08.12.2008, 21:06
- DOS demo show on T20! - mht, 08.12.2008, 21:28
- DOS demo show on T20! - RayeR, 09.12.2008, 11:55
- DOS demo show on T20! - mht, 08.12.2008, 21:28
- DOS demo show on T20! - RayeR, 08.12.2008, 21:06
- DOS demo show on T20! - RayeR, 07.12.2008, 13:34
- DOS demo show on T20! - Rugxulo, 06.12.2008, 12:13
- Yes, dynamic CHS! - tom, 02.12.2008, 13:34
- Yes, dynamic CHS! - RayeR, 30.11.2008, 22:34
- Yes, dynamic CHS! - ecm, 30.11.2008, 20:34
- Yes, dynamic CHS! - RayeR, 30.11.2008, 18:13
- Yes, dynamic CHS! - ecm, 30.11.2008, 12:49
- DOS on Compaq EVO T20 thin client - possible? - mht, 17.11.2008, 09:45
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 14.11.2008, 22:10
- DOS on Compaq EVO T20 thin client - possible? - rr, 11.11.2008, 20:31
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 09.11.2008, 16:36
- DOS on Compaq EVO T20 thin client - possible? - mht, 09.11.2008, 14:36
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 09.11.2008, 13:09
- DOS on Compaq EVO T20 thin client - possible? - RayeR, 09.11.2008, 00:37
- DOS on Compaq EVO T20 thin client - possible? - mht, 08.11.2008, 18:32