/Simple-operation-system

Simple realization of operation system kernel for education purposes

Primary LanguageC

Tasks (for details: http://wiki.osdev.org/Bare_Bones):

  1. i386 cross compiler
  2. only gas using (replace nasm-code)
  3. create own stack for kernel loader
  4. --freestanding
  5. refactor "asm volatile"
  6. ADD COMMENTS

License

If not otherwise specified (see below), files in this repository fall under the following license:

Permission to copy, use, modify, sell and distribute this
software is granted. This software is provided "as is" without
express or implied warranty, and with no claim as to its
suitability for any purpose.

An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar. For example “tidy” is accompanied by “tidy-license.txt”.