quote:
Original post by tortoise
(assuming bochs will let me, as far as I know no tool exists to write into/out of bochs disk images).
You can use floppies and mount them by clicking on the picture of the floppy in the corner.
quote:
Original post by tortoise
(assuming bochs will let me, as far as I know no tool exists to write into/out of bochs disk images).
quote:
Original post by clum
You can use floppies and mount them by clicking on the picture of the floppy in the corner.
quote:
Original post by FeralofFireTop
But in regards to a GUI to configure you usually need to look up help (well I do anyway) on an option
quote:
Original post by RandomTask
I''m not really sure what the capabilities of GUI editors are but one reason that I love ViM is because I can literally write simple scripting extensions to do things that the editor wasn''t initially built to do.
For instance, I use ViM on our systems at work that have a proprietary source code repository for checking files in and out. I wrote some extensions in ViM to automatically search for the file in the correct release and open it up in a split window. All I have to type is ":FindIt MyFile.C" and it will execute the shell commands to find the file and the vim commands to open the file in a split window. Regardless of whether I have a local copy or not it will find the proper file stored on the repository system.