Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Install Application #34

Open
paultech opened this issue Oct 16, 2016 · 3 comments
Open

User Install Application #34

paultech opened this issue Oct 16, 2016 · 3 comments
Assignees

Comments

@paultech
Copy link

Hi cFrost team!

As requested in IRC I'd like a method where a user can install cFrost to a HDD from a floppy.

I feel a user application accessible via the FrOSt console would be best. IE: 'mount hwid drive'; 'install drive';

Thank you!

@azertyfun azertyfun self-assigned this Oct 23, 2016
@azertyfun
Copy link
Member

We currently have a dd program in branch stdio_drives that copies n sectors from disk x to disk y (nothing too complicated). So you can run dd 1 0 10 to copy 10 sectors from disk 1 to disk 0 (assuming disk 1 is the floppy and disk 0 is the HDD, you can run lsdrives to check that).

Is that enough for your needs, or do your require something fancier that can write to the ROM, or detect which floppy FrOSt is running from?

@Yamakaky
Copy link
Contributor

Maybe an install command as a wrapper around dd?

@azertyfun
Copy link
Member

Meh, not much of a point, we have no reliable way to detect what disk FrOSt was loaded from (bbos sets A to the drive, but we have no way of knowing wether the current ROM is BBOS or not).
install should be a program that can read a filesystem and install a FrOSt.bin file intelligently (with an appropriate bootloader and such).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants