2023-01-25 14:56:38 +04:00
2023-01-24 02:13:56 +04:00
2023-01-21 13:55:26 +04:00
2023-01-25 14:56:38 +04:00
2022-12-13 19:06:51 +03:00
2023-01-21 13:55:26 +04:00
2022-11-25 09:18:38 +00:00
2022-12-14 17:10:34 +03:00
2023-01-16 09:48:27 +04:00
2022-11-21 01:07:39 +03:00
2022-11-20 22:17:13 +03:00
2022-11-18 17:08:31 +03:00
2023-01-25 14:56:38 +04:00
2023-01-25 14:56:38 +04:00
2022-12-13 15:33:10 +00:00
2022-12-14 17:10:34 +03:00
2022-12-14 17:10:34 +03:00
2023-01-24 00:46:08 +03:00
2023-01-24 14:15:25 +03:00
2022-12-12 19:07:48 +03:00
2022-12-14 17:10:34 +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%