Recent content by gibbed

  1. G

    Hacking USB compatability - help improve CIOS usb support

    Yes, -6 error is lack of usb2 CIOS installed.
  2. G

    Hacking Will the coders please fix "Make HBC" in the WBFS tools

    It copies the files icon.png and boot.dol from the directory you executed wbfs from, if they don't exist they won't get copied.
  3. G

    Hacking USB compatability - help improve CIOS usb support

    As an example, here is my USB information. Currently NOT working. http://www.privatepaste.com/4cA0613cMp/download
  4. G

    Hacking USB compatability - help improve CIOS usb support

    Hi, if you have time, I would like you to do a few things to help improve USB support in kwiirk's CIOS usb2. On the Homebrew Browser is an application called "lsusb" under the Utilities category. What'd I'd like you to do is run this application.Install lsusb.Ensure your USB harddrive /...
  5. G

    Hacking a 'real' wbfs windows port

    Will work fine if you surround the filename in quotes, eg wbfs_win.exe g add "my super file.iso".
  6. G

    Hacking Compiling WBFS on Mac OS X

    Apparently DKIOCGETBLOCKCOUNT returns a 64-bit number (long long) not a 32-bit number which is probably why you get a floating point exception. long long my_n_sector; ret = ioctl(fd,DKIOCGETBLOCKCOUNT,&my_n_sector); *n_sector = (u32)my_n_sector;
  7. G

    Hacking Compiling WBFS on Mac OS X

    n_sector / sector_size are pointers to their respective values, so what you're doing is telling ioctl to write over the pointer to those values.
  8. G

    Hacking a 'real' wbfs windows port

    The inability to assign a drive letter might occur if there were no partitions at all and it was using the drive itself raw, not sure, but I'm glad you guys got that sorted .
  9. G

    Hacking Compiling WBFS on Mac OS X

    I think the largest problem would be fixing get_capacity, since that uses linux ioctl stuff. The rest of it ...should... work.
  10. G

    Hacking a 'real' wbfs windows port

    I'll look into this when I can test locally later today
  11. G

    Hacking a 'real' wbfs windows port

    I've uploaded a new build ('delta') that fixes a crash in makehbc. See the OP for the download. That's odd, the wbfs partition shows up here as 'RAW' and lets me assign it a letter. Unallocated space should be allocated and left at raw or formatted (to fat32 for example) then use the tool on...
  12. G

    Hacking Compiling WBFS on Mac OS X

    libwbfs_linux.c has a #ifdef check to explicitly look for __linux__. Ideally you would copy libwbfs_linux.c to libwbfs_macosx.c (and update the makefile to include it) and fix any problems in that code that would break macosx support.
  13. G

    Hacking a 'real' wbfs windows port

    Control Panel > Administrative Tools > Computer ManagementComputer Management > Storage > Disk ManagementLook for the USB drive in the bottom list, it's probably the last "Disk #" that you see, it should say it's "RAW". It might show up in the top list with a blank name. Rightclick either entry...
  14. G

    Hacking a 'real' wbfs windows port

    I've properly ported the wbfs tool to windows (cygwin is nasty). The download provided is wbfs built using MSVC 2008. The current build is 'delta'. If a new release is required I'll give it a new name. wbfs_win_delta.zip (md5sum is 1a64aa4dad42a6360d88b173b0d6a0d8) Readme has been adjusted...
General chit-chat
Help Users
    AncientBoi @ AncientBoi: :rofl2: