jongwu/horos
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
################################################################################# # developing a small os just for study and for fun. # # The name of this samll os is combination of horse and os. # # I develop horse on a i386 machine then it will be expected running on # # x86 only. But in the future, I hope horos can run on embeded device, # # becuse I think IOT will a useful future technology. # # If you are instrested with it, joining me! # ################################################################################## Before run firstly, you should make sure you have some basic tools in your linux. check if qemu,(bochs) are in your computer. if not, install them. in ubuntu, run $apt install -y qemu bochs bochs-x bximage Run method just execute run.sh in linux enviroment in ubuntu, try $sudo ./run.sh