Git Product home page Git Product logo

Comments (11)

elijah629 avatar elijah629 commented on September 3, 2024

Yes there is.

Edit: MAX SIZE is 510mb

  1. Delete path/to/moos/Tools/grub2/boot/initrd.vhd ( Copy all the files to another directory if you are resizing )
  2. Open Windows Disk Management. ( Windows Key + X, then press K )
  3. Click on Action -> Create VHD
  4. Set the location to path/to/moos/Tools/grub2/boot/initrd.vhd
  5. Set the size
  6. Leave all the other settings the same ( Virtual Hard Disk Format is "VHD" and Virtual Hard Disk Type is "Fixed" ) and press "OK"
  7. Right click on the new disk's information panel and select "Initialize Disk". Then select MBR, and click "OK"
  8. Right click on the new empty volume
  9. Click "New simple volume"
  10. Go through all the steps but when it asks for "Format Disk" select "Don't format Disk"
  11. Open CMD
  12. Type diskpart
  13. Select "Yes" if a UAC prompt appears
  14. Run list disk
  15. Look for the number of the disk that you just created
  16. Run select disk {disk_number}
  17. Run select partition 1
  18. Run format fs=exfat
  19. Add your files to the disk
  20. Done

from moos.

nifanfa avatar nifanfa commented on September 3, 2024

the maximum size of initrd is 510mb because kernel loads at 0x10000000

from moos.

RetroAndDev avatar RetroAndDev commented on September 3, 2024

Thank you,
Is it possible to use another disk than the one put in the ISO? (For example, inserting a VMDK on the machine like a real hard disk on VMWare).

from moos.

nifanfa avatar nifanfa commented on September 3, 2024

check out misc/entrypoint.asm

from moos.

nifanfa avatar nifanfa commented on September 3, 2024

the last disk that it initialize is the disk to use.
so just not initialize ramdisk

from moos.

nifanfa avatar nifanfa commented on September 3, 2024

but you have to use ramdisk because everything that moos need is in it

from moos.

RetroAndDev avatar RetroAndDev commented on September 3, 2024

but you have to use ramdisk because everything that moos need is in it
And if I put the files on a new disk ?

from moos.

nifanfa avatar nifanfa commented on September 3, 2024

yeah

from moos.

RetroAndDev avatar RetroAndDev commented on September 3, 2024

If I use an external VHD, with over 500mb of storage, do you think that the kernel will work correctly?

from moos.

nifanfa avatar nifanfa commented on September 3, 2024

it will

from moos.

Dell-Optiplex-390 avatar Dell-Optiplex-390 commented on September 3, 2024

@ArtOS-Developper Are you trying to view data in external VHDs within MOOS?

from moos.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.