Skip to content

Iterkocze-Company/IT-DOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IT-DOS PL

Kernel systemu Iterkocze IT-DOS.

Spokojna i hobbystyczna próba stworzenia Kernela systemu operacyjnego. Nie ma co do niego długoterminowych lub krótkoterminowych planów.

DOS w nazwie to tylko część stylistyczna i nie oznacza żadnego powiązania z systemem MS-DOS ani nie odzwierciedla jego funkcjonalności.

IT-DOS ENG

Iterkocze IT-DOS Kernel.

A casual and hobbyist attempt to create an operating system Kernel. There are no long-term or short-term plans for it.

DOS part in name is only a stylistic part and does not imply any association with MS-DOS or reflect its functionality.

Budowanie/Building

PL

Aby wybodować IT-DOS, potrzebujesz:

  • xorriso
  • grub

IT-DOS wymaga też cross-compilatora GCC. Jeśli jego nie posiadasz, przeczytaj informacje jak go wykompilować, na tej stronie: https://wiki.osdev.org/GCC_Cross-Compiler

Po wykompilowaniu cross-compilatora GCC, zmień ścieżkę do niego w pliku makefile. Następnie go uruchom.

ENG

To build IT-DOS you need:

  • xorriso
  • grub

IT-DOS also requires the GCC cross-compiler. If you don't have it, see how to compile it here: https://wiki.osdev.org/GCC_Cross-Compiler

After compiling the GCC cross-compiler, change the path to it in the makefile. Then run it.