A tiny x86 operating system, referring to the source code of Linux 0.11.
- 32-bit protected mode
- Multitasking
- Use Alt+Fn to switch among tty0 ~ tty7
- FAT16 file system (still have some bugs in
cp
andrm
command)
mkdir -p images
cmake -B build
cmake --build build
- In order to fully utilize your CPU, you can use the following command to build:
cmake --build build -j `nproc`
- The password is tinyx86os
- This operating system is very simple and buggy, so it is only for learning!
- Licensed under the GNU General Public License, version 3 or any later version.