Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
User Journal

Journal hitmark's Journal: micro computer resurrection?

or maybe turn next gen consoles into it?

lately i have become more and more troubled with the state of the it world.

the os's have become harder and harder to config and maintain.

so how about going back to the days of the amiga or even the c64? basicly instead of having the os stored on a hardrive one stuffs in something like a live cd (or maybe loads it read only from a chip. maybe make the chip a flash for upgrade ability but allso keep a second rom chip arond so that you can re-flash if something tryes to insert something) and then have the user run software from some source or other as self contained ro packages. this will make it very unlikely that a virus can get a foothold on the system.

user data and configs can be stored on a flash device.

every addon to the system (baring memory, or hell, even that) should be inserted into outside ports. and given the size of current firewire and usb ports one can fit a nice number of them on the base unit. even better is that with usbs you can expand the number of ports with hubs, and with firewire you can chain the devices together.

another thing is xen. put a bare bones linux as the base system onto a flash. then boot a secondary system of a xen image onto this. with the right setup one can have the linux system do a mem dump to a external hardrive or something if you tell it to suspend the session and then you can bring the same hardrive over to a diffrent computer and resume the session there.

2 or more users on the same system? seperate xen images. totaly seperate enviroments. no real need for logins (alltho having the ability to password and encrypt sensitive user data is advisable).

application can have full access inside the xen image its living in so basicly its dos/windows 9x days again (simpler for the user that way). only that you cant do anything more then screw up your "virtual" computer. and as the image is read only you can do a virtual reset by having it discard the current state and re-read the base image.

another thing is to keep the startups simple. like autoexec.bat/config.sys simple. the commands and done, one at a time from the top down. want to bring up the network with a special config? insert a line into the boot file that defines the parameters and store it in your user files, bash.rc like. all config files should be ascii and human readable.

ok so there is a way to insert a trojan in this. when it get inside it puts itself somewhere and insert a boot line for itself into the boot file.
still, cleaning it out should be no worse the accessing the user files as a removable media from a controled enviroment (preferably a rescue boot/live cd) and then delete the entry and so on.

This discussion has been archived. No new comments can be posted.

micro computer resurrection?

Comments Filter:

The key elements in human thinking are not numbers but labels of fuzzy sets. -- L. Zadeh

Working...