Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Izaya

Members
  • Content Count

    60
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by Izaya

  1. Chapter 7 is out! Also, I decided to have some fun and make this: https://dl.dropbox.com/u/79548926/derp.dfpwm It contains hints for the next chapter
  2. Izaya

    print.lua

    Okay, that should work with local paths. Enjoy Sorrry about that, I usually operate from / so I didn't noticed. I also introduced a new -g option, for specifying global paths instead of local paths.
  3. Izaya

    print.lua

    Did you use the full path? It needs the full path, it doesn't use the shell's current path. It'd be easy to do though...
  4. Izaya

    SKS-BOOT

    I wrote a program (quite a while ago now) that on boot, allows you to select a filesystem component to set as / I improved it a bit recently and decided to publish it. I wrote both an installer that copies /bin, /lib and /usr to the drive so the computer is actually usable once the bootloader is installed, and the raw bootloader is avalible for those who want it: Installer: http://pastebin.com/E4L1uW6X Raw: http://pastebin.com/MtX0Mx5m Look at that shinyness
  5. Izaya

    print.lua

    So I wrote a simple program to print files. It supports lines longer than 30 chars and multiple pages. Get it here: http://pastebin.com/PX0D137U Usage: print [-g] <file> -g is used for specifying local instead of global paths.
  6. Izaya

    Server Mods

    So while on IRC, I suggested the idea of a community server for OC. While it wouldn't be official, it'd be the only one so far. Anyway, after further discussion, we came up with a list of mods, which are now in the poll, so vote and have a say in which mods are on the server. That is all.
  7. So I wrote another chapter after like 2 weeks Enjoy! EDIT: Make that two!
  8. Why would you name your drive C:? That's horrific. sda is a much nicer name, though that really should be in /dev ... Anyway, try using /C:/test or cd C: test . Hopefully that'll work Stop using windows naming -ShadowKatStudios o/
  9. There isn't anywhere to post servers! I think for a mod, this is a major issue. If one could be created that'd be good. Thanks o/
  10. So uh, I don't have a name for it. I guess it's a little like a UUCP network... I'm open to suggestions Over the last few days, I've been in the car a lot. And these are like, 3 hour trips. I've decided to measure the amount of code I write in car trips. Anyway, this is what I've been working on. I haven't noticed any bugs, but there is no current functionailty beyond forwarding, there is no security the max message size is just under 8KiB, due to OC limitations (Configurable), and it's kinda loud because I needed debugging messages. Oh yeah, it requires a Computronics tape drive to serve
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.