Skip to content

franblas/smallos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small OS

A small 32 bits operating system.

Setup on MacOS

Requirements

  • virtualbox
  • boot2docker

Initialize and run

Initialize boot2docker

make docker-init
eval "$(boot2docker shellinit)"

Then build one time the docker image

make docker-build

And finally compile the OS

make docker-run

Run the OS

Create a new VM in VirtualBox:

  • Type: other
  • Version: other/unknown
  • No virtual hard drive

Select smallos.iso (into the src folder) and run it.

Documentation and tutorials

About

A small 32 bits operating system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published