Skip to content

pablogdcr/devOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

devOS

dev OS

Getting Started

Coming Soon

Note

Regenerate and mount devOS.img:

# create the img
dd if=/dev/zero of=devOS.img bs=512 count=2880

# write the bootload.bin at the begining of the img
dd if=/SysBoot/Stage1/bootloader.bin of=devOS.img conv=notrunc


losetup -f # gives you the first available loop ex: /dev/loop9

# mount the img
sudo losetup /dev/loop9 devOS.img
sudo mkdir /mnt/devOS # if not created yet
sudo mount /dev/loop9 /mnt/devOS

About

dev OS

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages