Commit Graph

60 Commits

Author SHA1 Message Date
karina 4020bf1b7a chore: update .gitignore 2026-04-20 14:56:29 +04:00
Karina aaa1af8e19 Merge pull request #2 from 0xKSor/wip/bridge
Added bridging header for swift
2026-04-20 14:54:14 +04:00
sonya e1b74cd156 Added LSP file auto-generator
CMake will auto generate compile-commands.json file to help LSP find
symbols. this file is gitignored and will be regenerated each build
nothing else was changed, should work on any system, but please test
2026-04-20 18:31:27 +09:00
Karina f9c2fa20f0 fix: swift toolchain path on linux 2026-04-20 11:49:12 +04:00
sonya f3819a5450 Added bridging header for swift
c structures are now exposed to swift using a bridging header.
it is possible to access bootinfo using the structure (as oppossed to doing bytesfifts blind)
tested on aarch64 apple.
please test on other systems
2026-04-20 16:33:41 +09:00
karina ad0dcfc9a4 docs: minor changes in comments 2026-04-20 11:14:40 +04:00
sonya 02a99a01b0 added support for other platforms 2026-04-20 16:11:45 +09:00
sonya 2261985e7c wip swift in kernel 2026-04-20 15:51:40 +09:00
karina b33f63635b build: CMake toolchain for Kernel
build: moved CMake toolchain for Bootloader from Source folder to root of Bootloader
2026-04-20 09:38:27 +04:00
karina 1ee5dcbd0b feat: working bootloader and basic kernel (just dyes screen green) 2026-04-20 08:31:04 +04:00