Search results

  1. C

    PowerMac 7100 and Linux (and NetBSD)

    Just digging up old threads... The 9150, now recapped and refurbished, will not start MkLinux with the full 264MB of RAM. Previously I ran it with 136MB and it will work with 200MB, but not more. I reduced it back to 136MB for a new installation and now I've actually got it rigged to be able...
  2. C

    Apple Network Server MacOS based ROMs found

    Excellent! I will send you a PM. There is a nice newly recapped logic board and 150MHz CPU card here ready to go in it.
  3. C

    HTTP POST

    That should work. I'm assuming you are writing to a specific, hardcoded file path with the PHP rather than taking the filename provided by the client, which I would strongly advise against. If this is a publicly accessible URL, you may wish to secure it somehow - which could be giving the URL...
  4. C

    HTTP POST

    POST says to the server, "I am sending this data, which I want you to use to change something, according to the resource I am sending it to." POST implies a change in state may be made on the server's side, so it is not necessarily safe to send the same POST data multiple times (i.e., it is not...
  5. C

    HTTP POST

    I think you want PUT and not POST, unless you have something on the other end (CGI, etc.) that is actually replacing the file.
  6. C

    Apple Network Server MacOS based ROMs found

    Yay @trag! @johntucker found two versions, the pre-production ROM and the 2.0 ROM. It turns out I also have a pre-production ROM (it hashes the same as his), and I also have the 2.6 NT ROM thanks to @dbinreno . However, the 2.0 ROM is the one we're most interested in because that has drivers...
  7. C

    6o6: virtualizing the 6502 on the 6502

    6o6 is now updated to 1.1. This improves guest zero page performance, but also cleans up addressing modes and furnishes greater control over the interrupt flag. But wait, there's more! With the 50th anniversary of Apple coming up, why not add a new, gratuitous example: an Apple-1 emulator that...
  8. C

    BlueSCSI Ultra & Ultra Wide

    Yes: https://oldvcr.blogspot.com/2026/03/refurb-weekend-double-header-alpha.html
  9. C

    Vintage Compact Macs in TV & Movies

    Heck, Michael Keaton was Mr. Mom before he was Batman.
  10. C

    68kmla MIA

    In fairness - and people who know my opinion know my opinion - in the past I've had to sometimes eat substantial downtime on systems I cared about because upstreams wouldn't do their job. Floodgap was down for six weeks once when I moved houses. It took me threatening legal action and a...
  11. C

    Apple Network Server MacOS based ROMs found

    I think those are all good things, and I really do appreciate all the hacking you do on Open Firmware, but the core goal of a "boot anything" ANS won't get better until there are actually sticks people can put in motherboards. We already have what is nearly the optimal ROM thanks to @johntucker...
  12. C

    68kmla MIA

    Nekochan ended the same way. Big loss.
  13. C

    68kmla MIA

    I'm not sure if I should like your post or not. ;)
  14. C

    Apple Network Server MacOS based ROMs found

    Oh, don't thank me yet. You'll still need one of the special ROMs for it; the regular production ROMs just won't work for this, even if you try to patch the OpenFirmware words.
  15. C

    PowerFox - new web browser for Leopard on PowerPC!

    Possibly, though if it passes the test suite (TenFourFox was aggressively tested on it), then it should at least behave correctly. Couldn't say anything about security issues, of course, but those tend to be a bigger problem in the front end rather than codegen.
  16. C

    PowerFox - new web browser for Leopard on PowerPC!

    My suspicion is that the user agent may "look suss" to Google. We didn't have this problem with TenFourFox because I suspect it had developed sufficient notoriety with developers, but this won't be true of UXP forks. Someone else has done a 10.4 port, and they are working on a JIT. Looking at...
  17. C

    Apple Network Server MacOS based ROMs found

    Which product is that? I just get the main page with that link. (But I love the JC HI-FI item! JC, you've done it again!) @joevt, do you have something handy that can pull an ndrv out of a ROM, or is this something I'll have to whip up? I'm thinking of creating a modified Mac OS that will at...
  18. C

    PowerFox - new web browser for Leopard on PowerPC!

    You're welcome, though that was just self-preservation. I would have gone mad trying to merge later updates without a clear understanding of the intended changes.
  19. C

    PowerFox - new web browser for Leopard on PowerPC!

    Hmm. My only other comment is that in TenFourFox, I used a third-party library called CTGradient to give me proper convenience functions. This library works on both 10.4 and 10.5. I don't know if that's worth looking at, but if you want to, it should be in gfx/2d/ in the TenFourFox source...
  20. C

    PowerFox - new web browser for Leopard on PowerPC!

    I seem to remember a problem with alpha blending and gradients but not failing to render entirely. You mentioned it only occurs on 10.5. Are your previous builds linked against the 10.5 SDK affected?