xbox-scene.com - your xbox news information source
Quick Links: Main Forums | Xbox360 Forums | Xbox1 Forums | PS3 Forums
Xbox-Scene Forum Help  Search Xbox-Scene Forums   Xbox-Scene Forum Members   Xbox-Scene Calendar

Giganews Usenet Offers: +1150 days binary retention, 99%+ Completion, and Unlimited Speed/Access!

360 ODD Emulators: X360 Key $99 | Wasabi360 FAT $99 | Wasabi360 Slim $99
C4E's iXtreme Burner MAX Drive: LiteOn iHAS124 DROPPED TO JUST $17


Welcome Guest ( Log In | Register )

 Forum Rules Rules
> Modchip Kernel Patching, adds Virtual CDROM feature (loads .ISO's from HDD)
xman954
post Aug 16 2007, 05:33 PM
Post #1


X-S Messiah
*******

Group: Dev/Contributor
Posts: 3028
Joined: 10-April 04
From: the bottom of Tampa Bay
Member No.: 113422
Xbox Version: v1.0
360 version: v1 (xenon)



this app was pulled from NKPatcher to enable that feature for modchip users
so far evox M8 and IND-5003 Bios's are fully working

all the tables are configured for Xecuter 4981 and 5035
but these 2 refuse to boot the game, they show in the dash as a game loaded
and you can see the ISO contents in D:\ using FTP or a file browser, so it's almost there
so if anyone has any ideas of why the Xecuter bios's refuse to work
let me know..

the advantage's of using ISO's from the HDD are titles that have long file names
and other reasons that prevent them from working normally from the HDD
not to mention that it's 1 big file and FTP speed is a lot faster and no waisted slack space

1 the ISO-patcher.xbe can be chained (set it as your boot dash and config it's path to your dash)
it will set a byte in the kernel and check that byte to know if it was previously patched
this prevents it from trying to repatch and crashing

2 the new attach.xbe (xboxhdd\games\test_game\default.xbe) must be used
it was patched the hard way (hex edit)
to add LDP \device\cdrom0;default.xbe then HalReturnToFirmware(2)
this enabled the IND-5003 bios to work
use a xbe renamer to change to the ISO title's name

everything was tested using BFM bios's and a 1.0 xbox
who knows the Xecuter bios's may actually work

check sig for files to try it


User is offlineProfile CardPM
Go to the top of the page
+Quote Post
 
Reply to this topicStart new topic
Replies
Movax
post Mar 4 2012, 06:10 PM
Post #2


X-S Freak
*****

Group: Members
Posts: 1516
Joined: 16-January 06
Member No.: 268762
Xbox Version: v1.4
360 version: none



For the sake of accuracy and completeness:

The attach.xbe file used to mount the .iso actually mounts the .iso file(s) (using the new system call that was patched into the kernel) then quick reboots the system ->the bios will boot whatever is first on the list in it's configuration. This is normally default.xbe on the DVD so it seems like the attach app is mounting and executing the .iso. In my previous posts in this thread I said it unmounts the .iso on a IGR, but this is only true because I had my bios set to 'more compatible' which is more like a power cycle. If it is set to 'quick' the .iso is still attached through a IGR.


The only downside of this setup is using trainers: As it is you would have to setup your system to not boot default.xbe on the DVD so after the quick IGR you could use a trainer on the virtual DVD and launch the game.
It would be nice if the trainer support in XBMC could be modified to handle looking at the default.xbe/ISO and recognizing the setup and checking for a default.xbe in the .iso itself to match up with trainers. (I might look into this...someday..)

This post has been edited by Movax: Mar 4 2012, 06:11 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Posts in this topic
xman954   Modchip Kernel Patching   Aug 16 2007, 05:33 PM
Movax   Finally! This is great, I'll try it soon. ...   Aug 16 2007, 06:49 PM
FrostyTheSnowman   Interesting... I originally thought of creating a...   Aug 16 2007, 09:27 PM
xman954   Yes but it will create a iso much larger then need...   Aug 17 2007, 01:51 AM
xman954   anyone tried this ? don't understand how to us...   Sep 19 2007, 04:35 PM
Movax   Okay, I know it's not 'soon' like I sa...   Jan 11 2008, 03:15 PM
xman954   the easiest way to use is to put the default.xbe i...   Jan 12 2008, 05:16 AM
HiTMaN-239   I am resurrecting a old thread here....... anyone ...   Mar 15 2010, 04:09 AM
ldotsfan   Try sending a PM to xman954   Mar 16 2010, 02:40 PM
HiTMaN-239   Try sending a PM to xman954 I did, he says he u...   Mar 17 2010, 08:23 AM
rocky5   I did, he says he used a BFM IND 5003....... I wi...   Jun 13 2010, 12:01 PM
f_d_m   I just want to say that this is awesome and works ...   Jun 22 2011, 09:40 AM
JLsoft   I'd like to thank f_d_m for talking about this...   Aug 29 2011, 02:39 AM
HiTMaN-239   I'd like to thank f_d_m for talking about thi...   Nov 19 2011, 06:39 AM
Movax   I have this chaining and it works well. I have to ...   Nov 21 2011, 05:20 AM
Movax   I don't think that the attach is persistent th...   Nov 21 2011, 09:12 AM
Movax   Follow up: xmans attach xbe freezes my xbox, I did...   Nov 22 2011, 07:04 PM
HiTMaN-239   Follow up: xmans attach xbe freezes my xbox, I di...   Nov 22 2011, 08:24 PM
Movax   To chain load, I edited the xboxapp.asm as instruc...   Nov 22 2011, 08:39 PM
HiTMaN-239   To chain load, I edited the xboxapp.asm as instru...   Nov 22 2011, 11:10 PM
Movax   I am not sure if the ISO is still attached after I...   Nov 23 2011, 01:34 AM
Movax   I think I misunderstood, you are acknowledging the...   Nov 23 2011, 02:22 AM
HiTMaN-239   I think I misunderstood, you are acknowledging th...   Nov 24 2011, 03:46 AM
Movax   I think there is a bug with that Ind bios load BFM...   Nov 24 2011, 04:29 AM
HiTMaN-239   I think there is a bug with that Ind bios load BF...   Nov 24 2011, 09:13 AM
Little-G   Hitman, to get the ind bios BFM launch to work, ma...   Nov 24 2011, 03:12 PM
Movax   I think I was using Ind bios for most of my testin...   Nov 24 2011, 05:30 PM
HiTMaN-239   Hitman, to get the ind bios BFM launch to work, m...   Nov 25 2011, 02:52 AM
Little-G   Good to know (by the way, where did find this? it...   Nov 25 2011, 03:12 PM
FrankMorris   This sounds totally cool.. Link is down. Anyone s...   Jan 20 2012, 12:14 PM
Movax   It's in the link in xman's sig.. but it...   Jan 20 2012, 06:18 PM
FrankMorris   Thanks! The link in the xman's sig wasn...   Jan 20 2012, 07:52 PM






Reply to this topicStart new topic

 

Lo-Fi Version Time is now: 19th June 2013 - 07:25 PM