Formatting a FS onto a LFB
- AndrewAPrice
- Member
- Posts: 2299
- Joined: Mon Jun 05, 2006 11:00 pm
- Location: USA (and Australia)
Formatting a FS onto a LFB
I have an interesting idea. If you were using a *nix OS and had two monitors, and the second monitor's frame buffer was mapped as a block device (so you can directly manipulate pixels (seek, read, write)), would it be possible to treat this block device as a disk, and try to install a FS onto it and mount it? You could watch your disk activity on your screen!
My OS is Perception.
- Combuster
- Member
- Posts: 9301
- Joined: Wed Oct 18, 2006 3:45 am
- Libera.chat IRC: [com]buster
- Location: On the balcony, where I can actually keep 1½m distance
- Contact:
the only problem is that the screen only holds some 6MB of visible data (1600x1200). While that's decent for FAT etc, it's not really suited for more complex filesystems or testing with larger amounts of files.
Also, remember that every fourth byte gets lost due to being the alpha channel and not all cards support a 24-bit bpp.
But in all, nice idea
Also, remember that every fourth byte gets lost due to being the alpha channel and not all cards support a 24-bit bpp.
But in all, nice idea