Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

installer #103

Open
furesoft opened this issue Jun 14, 2018 · 1 comment
Open

installer #103

furesoft opened this issue Jun 14, 2018 · 1 comment

Comments

@furesoft
Copy link

how can i make an installer that installs my os to the harddrive?

@EdNutting
Copy link
Member

Hi,
Initially, as with any OS, you just need to copy the ISO to a bootable USB stick. You can then boot the OS onto a real computer if you like.

You'd need to build a driver into the OS that can wipe an existing drive, format it to MBR, create a boot partition, install the bootloader and copy the OS files across. Although in principle FlingOS can do this, it's not advisable. FlingOS is not intended to be a full OS and as such, attempts to do "big software" like installers tend to crash because the GC isn't implemented fully (it's only ref-counting so it doesn't clean up properly.)

Best regards,
Ed

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

No branches or pull requests

2 participants