This action will force synchronization from JinXue/lyos, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
This is Lyos http://lyos.googlecode.com
Lyos is an open source microkernel multitasking operating system, it runs on 32-bit x86-based PCs, it supports IDE harddisk and floppy disk.
It is distributed under the GNU General Public License.
Lyos has many standard features:
Microkernel
Multitasking
TTYs
Interprocess Communication
Device drivers
Virtual file system
Memory management
Download the source
git clone git://github.com/Jimx-/lyos.git lyos
tar -jxvf lyos-0.3.X.tar.bz2
Setup toolchain
./scripts/setup-toolchain.sh
Compile Lyos
make mrproper
make config
or
make menuconfig
make
Create disk image
make setup-disk
Run Lyos
bochs
make kvm
Sign in for post a comment
Comments ( 0 )