Barebones Kernel Commit

Uses limine to boot off of a disk.
Outputs a character to the debug port.
This commit is contained in:
Drew Galbraith 2023-05-17 20:20:53 -07:00
commit e9705f7579
8 changed files with 169 additions and 0 deletions

2
init-dbg.sh Executable file
View file

@ -0,0 +1,2 @@
#! /bin/bash
cmake -B builddbg/ -G Ninja -D CMAKE_CXX_COMPILER=x86_64-elf-gcc -D CMAKE_ASM-ATT_COMPILER=x86_64-elf-as -D CMAKE_BUILD_TYPE=Debug