Toy operating system written for educational purposes.
Go to file
2020-06-24 09:19:06 +03:00
config Added documentation, created config dir and changed Makefile accordingly 2020-06-19 22:36:32 +03:00
iso/boot/grub Set up environment, wrote loader and Makefile 2020-06-18 20:50:27 +03:00
lib Created global Makefile for modules; renamed Makefile for lib 2020-06-24 09:19:06 +03:00
modules Created global Makefile for modules; renamed Makefile for lib 2020-06-24 09:19:06 +03:00
scripts Created global Makefile for modules; renamed Makefile for lib 2020-06-24 09:19:06 +03:00
Documentation.txt Updated the Docu 2020-06-22 18:02:28 +03:00
kmain.c Set up environment, wrote loader and Makefile 2020-06-18 20:50:27 +03:00
loader.s Set up environment, wrote loader and Makefile 2020-06-18 20:50:27 +03:00
Makefile Moved library linking in root Makefile 2020-06-23 19:56:09 +03:00
README.md Fixed readme 2020-06-18 22:34:31 +03:00

lucicOS

Tools used:

  • compiler - gcc
  • assembler - nasm
  • emulator - bochs
  • GRUB legacy bootloader - stage2_eltorito