enderice2
enderice2 synced commits to master at enderice2/rpc-bridge from mirror 2025-04-08 09:26:40 +00:00
d065019137 Fix formatting in documentation
e03dce1a7c Improve formatting of installation instructions in documentation
7c806779d2 Add link to latest pre-release in documentation
885cf775f9 Remove link to latest pre-release in documentation
7c07952df1 Add paths-ignore to GitHub Actions for build workflow
Compare 13 commits »
enderice2 synced commits to gh-pages at enderice2/rpc-bridge from mirror 2025-04-08 09:26:40 +00:00
c2181577b2 Deployed d065019 with MkDocs version: 1.6.1
enderice2 synced commits to master at enderice2/Fennix from mirror 2025-04-03 15:14:04 +00:00
0041300a00 style(kernel/elf): change code style
fe6d7f4b08 fix(kernel/syscalls): remove unused variable 'vma' in linux_fchmod
a1622cc885 ci: fix 'tmp_rootfs/sys/drv/': No such file or directory
bd32020876 revert: last commit
44323c85a3 ci: rootfs structure was not created
Compare 46 commits »
enderice2 synced commits to gh-pages at enderice2/Fennix from mirror 2025-04-03 15:14:03 +00:00
0d109abeac Deploying to gh-pages from @ EnderIce2/Fennix@bbb70eb621 🚀
enderice2 synced commits to master at enderice2/Fennix from mirror 2025-03-26 03:18:34 +00:00
92fe4bdd81 feat(kernel): add KERNEL_HHDM_OFFSET macro
0b21c57ee5 fix(vscode): problem matcher lagging the interface
c412a75f91 feat(kernel): update limine
Compare 3 commits »
enderice2 synced commits to master at enderice2/Fennix from mirror 2025-03-25 19:08:31 +00:00
0cc4d5096b fix: accidentally hit CTRL+Z
34bd348f25 fix(devcontainer): qemu cannot access /dev/kvm "failed to initialize kvm: Permission denied"
d251d9d03f refactor(rootfs): reorganize file structure and remove unnecessary .gitkeep files
8f88d9028e feat(devcontainer): add libtool and libltdl-dev packages
fcdc26c1f7 refactor(tools): update boot configurations
Compare 13 commits »
enderice2 synced commits to gh-pages at enderice2/Fennix from mirror 2025-03-25 19:08:31 +00:00
fe25bd9d36 Deploying to gh-pages from @ EnderIce2/Fennix@34bd348f25 🚀
enderice2 synced commits to master at enderice2/Fennix from mirror 2025-03-22 01:18:33 +00:00
2d0245f2ac feat(kernel): move kernel note to a separate file
79e55140e3 feat(kernel/driver): implement driver sha512 verification
ae7f39d0de feat(kernel/drivers): add trusted drivers list
be72d2dc06 fix(kernel/driver): filter out non-.drv files in driver loading
a8e4dd08bb feat(kernel): add SHA-512 implementation
Compare 51 commits »
enderice2 synced commits to gh-pages at enderice2/Fennix from mirror 2025-03-22 01:18:33 +00:00
81e6abd9ef Deploying to gh-pages from @ EnderIce2/Fennix@2d0245f2ac 🚀
enderice2 synced commits to master at enderice2/Fennix from mirror 2025-03-06 17:55:50 +00:00
2c02da7eaf build: add Clean, Build & Run tasks for vscode
8ef7a25728 ci: separate github pages deploy workflow
b4cc1d9e66 fix(kernel): crash on ACPI shutdown/reboot
Compare 3 commits »
enderice2 synced commits to gh-pages at enderice2/Fennix from mirror 2025-03-06 17:55:50 +00:00
7403dd6cd9 Deploying to gh-pages from @ EnderIce2/Fennix@b4cc1d9e66 🚀
enderice2 synced commits to master at enderice2/Fennix from mirror 2025-03-06 09:41:16 +00:00
793ccfd5ba ci: add CHANGELOG.md in artifacts
66362ed387 chore: add git-cliff
11e7d8c2dd ci: add "push: never" to devcontainers/ci
e1e9ce050d ci: fix limine in ci build
92610b6678 ci: fix ci
Compare 5 commits »
enderice2 synced commits to gh-pages at enderice2/Fennix from mirror 2025-03-06 09:41:15 +00:00
15cf0600f8 Deploying to gh-pages from @ EnderIce2/Fennix@793ccfd5ba 🚀
e19834e6a1 Deploying to gh-pages from @ EnderIce2/Fennix@66362ed387 🚀
ac5ab6c270 Deploying to gh-pages from @ EnderIce2/Fennix@11e7d8c2dd 🚀
a900193fa5 Deploying to gh-pages from @ EnderIce2/Fennix@e1e9ce050d 🚀
633a62d6d9 Deploying to gh-pages from @ EnderIce2/Fennix@92610b6678 🚀
Compare 5 commits »
enderice2 synced commits to master at enderice2/Fennix from mirror 2025-03-06 01:35:49 +00:00
15a9a21448 ci: fix "touch: cannot touch '/run/user/1000/pulse/native': No such file or directory"
d4c4016c7c ci: potential fix for Dev Container issues
19055409cd ci: experimental change to workflows to use dev container
839dfb74b2 build(kernel): fix i386 build
0bfb45020f build(kernel): fix compiling issues on arm
Compare 11 commits »
enderice2 synced commits to gh-pages at enderice2/Fennix from mirror 2025-03-06 01:35:48 +00:00
100fa7d3c4 Deploying to gh-pages from @ EnderIce2/Fennix@15a9a21448 🚀
76ad0fb258 Deploying to gh-pages from @ EnderIce2/Fennix@d4c4016c7c 🚀
0d17247b3d Deploying to gh-pages from @ EnderIce2/Fennix@19055409cd 🚀
0e64f2c80f Deploying to gh-pages from @ EnderIce2/Fennix@839dfb74b2 🚀
cf89c477e6 Deploying to gh-pages from @ EnderIce2/Fennix@0bfb45020f 🚀
Compare 5 commits »
enderice2 synced commits to master at enderice2/Fennix from mirror 2025-03-05 04:27:30 +00:00
958a3ed263 feat(userspace/apps/test): update utest
a0e3993a3f feat(userspace/libc): implement <math.h> header
edeecf7831 fix(userspace/apps/test): adjust fflush(stdout) calls for better output control
90fb9c7952 test(userspace/apps/test): expand math function tests for accuracy
0a52ef4f68 fix(userspace/apps/test): update expected results for rounding and special functions
Compare 110 commits »
enderice2 synced commits to gh-pages at enderice2/Fennix from mirror 2025-03-05 04:27:30 +00:00
23ed7b18a2 Deploying to gh-pages from @ EnderIce2/Fennix@958a3ed263 🚀
enderice2 synced commits to master at enderice2/rpc-bridge from mirror 2025-02-04 03:58:04 +00:00
9d2440f616 Update LICENSE
51cbb666f9 Update build-deploy.yml
1deccc5a63 Update CODE_OF_CONDUCT.md
3412c3c011 Update issue templates
c15c4df29e Create CODE_OF_CONDUCT.md
Compare 5 commits »
enderice2 synced and deleted reference master at enderice2/rpc-bridge from mirror 2025-02-04 03:58:03 +00:00
enderice2 synced and deleted reference macos-test at enderice2/rpc-bridge from mirror 2025-02-04 03:58:03 +00:00