2025-01-18 16:01:27 +04:00
2026-04-06 16:40:50 +03:00
2026-04-06 16:40:50 +03:00
2026-04-06 05:20:00 +03:00
2024-02-10 01:39:02 +04:00
2026-04-06 05:20:00 +03:00
2026-04-06 05:20:00 +03:00
2023-01-27 13:41:30 +04:00
2026-04-06 16:40:50 +03:00
2026-04-06 05:20:00 +03:00
2023-01-24 00:46:08 +03:00
2023-01-24 14:15:25 +03:00
2025-01-18 16:01:27 +04:00
2026-02-14 20:25:03 +03:00
2026-04-06 16:40:50 +03:00
2025-01-21 00:29:31 +04:00
2026-02-10 00:07:44 +03:00

Yet Another BootLoader, OS Kernel and Other stuff

Quickstart:

$ ./setup.sh
$ make

How to run using llvm

You can use this way even if you have windows. You need to install llvm and qemu. Check that executables clang, ld.lld, qemu-system-i386 available from your terminal/console.

make LLVM=on

How to debug in my favorite IDE

Start debug server using command make debug-server or make debug-server-nox if you don't want to see gui, and then connect using remote gdb option to localhost:1234 (symbols file is kernel.bin)

Includes code from:

Description
No description provided
Readme 297 KiB
Languages
C 95.6%
Python 2.8%
Makefile 0.8%
Assembly 0.7%