Displaying 5 results from an estimated 5 matches for "47h".
Did you mean:
47
2016 Mar 21
3
Booting a bootable CD-ROM
...ng IDE controller registers) rather
than relying on the int 13h services provided by the system BIOS.
Booting hard disks is working OK and I am now trying to get bootable CD/DVD
disks to work using the following code:
1) Issue an ATAPI command to read sector 11h
2) Use the value at offset 47h to read the validation entry and initial
section entry
3) Use the loadrba value from the initial section entry to read the
first sector of executable code
4) Copy that sector to 07C0:0000
5) Pass execution to the start of the read sector at 07C0:0000
I am getting output on the screen f...
2004 Oct 07
0
wineconsole blanking
...ut if I execute winconsole
$ wineconsole .wine/drive_c/Program\ Files/Windows\ Media\
Components/Tools/WM8EUTIL.exe
the commandline options for this tool are shown, but the console is
blanked immediately.
If I catch the output of wine (with >test) the following is printed to test:
^[)0^[7^[[?47h^[[1;76r^[[m^[[4l^[[H^[[2J
HELP usage for wm8eutil. Use one of the following for how to use
wm8eutil.exe.
[-help?] Display the user help doc for wm8eutil.
[-all?] Usage for all settings.
[-io?] Usage for Input/Output and config file.
[-profile?] Profile numbers and basi...
2016 Mar 21
0
Booting a bootable CD-ROM
To elaborate a little further....
The code that currently does the following is executed as part of a
replacement for the BIOS interrupt 19h bootstrap process.
1) Issue an ATAPI command to read sector 11h
2) Use the value at offset 47h to read the validation entry and initial
section entry
3) Use the loadrba value from the initial section entry to read the
first sector of executable code
4) Copy that sector to 07C0:0000
5) Pass execution to the start of the read sector at 07C0:0000
I have been reading the BIOS En...
2003 Jun 17
2
xterm screen restore
when i exit more, vi, ... i like to have the window restored to
the way it was before i entered more, vi, ... i used to effect
this by a hack to the termcap data, but have lost the hack. what
am i missing here?
randy
2004 Dec 08
3
isolinux needing mkisofs
...i_file and
bi_length
< mov bx, trackbuf ;DEB
< mov eax, 17 ;DEB Location of Boot Record
Volume
< call getonesec ;DEB Retrieve Boot Record
Volume
<
< mov eax, dword [trackbuf+47h] ;DEB EAX is now address of
Boot Catalog
<
< %ifdef DEBUG_MESSAGES
< mov si,bcat_loc_msg ;DEB Write sector address of
boot cat
< call writemsg ;DEB
< call writehex8 ;DEB
< ca...