Skip to content

Latest commit

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

ivebeOS

Amateur operating system created a couple of years ago. It has bootloader in ASM, and kernel in C (smaller portion is also ASM).

Attached are also helper programs in tools directory, with VirtualBox virtual disk that has OS already set on it. There is also a binary image, if you don't want to compile.

For those who want to compile the OS, you have makefiles set in bootloader, kernelC, and also in tools directory. Simple procedure for compiling would look like this:

cdtools
makeclean-all
make
makewrite2disk
./write2diskos.img4mb_disk.vdi200000

Binary image should go to the first sector of disk, in VirtualBox harddisk starts from ofset 0x200000, that's the 3rd parameter in write2disk.

About

Amateur operating system

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages