|
aea8a7bb08
|
feat(kernel/pci): add device initialization method for PCI devices
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-03-01 23:32:14 +00:00 |
|
|
155f3bfab5
|
docs(kernel/api): add documentation for FBIOGET_SCREEN_INFO
Add documentation for FBIOGET_SCREEN_INFO macro
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-19 19:47:10 +02:00 |
|
|
e927d93a48
|
feat(kernel): add stub device /dev/fb0
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-02-14 19:57:29 +02:00 |
|
|
c86d24030e
|
kernel: refactor FPU state structure for improved clarity and consistency
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 23:57:49 +02:00 |
|
|
72232d8bd2
|
kernel: update CPU structures with __packed attribute for alignment
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 15:25:39 +02:00 |
|
|
6bd705f06a
|
build: add MIDR_EL1 union for AArch64 CPU identification
https://developer.arm.com/documentation/ddi0601/2024-12/AArch64-Registers/MIDR-EL1--Main-ID-Register?lang=en
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-24 15:25:04 +02:00 |
|
|
fbe9fbfbd1
|
kernel: add arm architecture support
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 5m35s
Build OS / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Has been cancelled
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Build amd64 (push) Has been cancelled
Build OS / Build i386 (push) Has been cancelled
Build OS / Build aarch64 (push) Has been cancelled
Build OS / Build arm (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-10 18:55:34 +02:00 |
|
|
e6933acfb0
|
kernel: add aarch64 architecture support
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-10 17:26:26 +02:00 |
|
|
2bb997597e
|
refactor: Fix build on i386
CodeQL Advanced / Analyze (${{ matrix.language }}) (manual, c-cpp) (push) Has been cancelled
Deploy Documentation / Deploy Documentation to GitHub Pages (push) Has been cancelled
Build OS / Build Cross-Compiler & Toolchain (push) Has been cancelled
Build OS / Build amd64 (push) Has been cancelled
Build OS / Build i386 (push) Has been cancelled
Build OS / Build aarch64 (push) Has been cancelled
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-07 17:49:37 +02:00 |
|
|
efb3a80ffd
|
signal: Remove redundant static assertions for signal flags
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-04 06:03:17 +02:00 |
|
|
5d3bb391a4
|
syscalls: Add syscall_clockid_t and fix enum names
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-04 04:35:02 +02:00 |
|
|
e23e793574
|
syscalls: Add signal_action_flags_t structure
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2025-01-04 04:19:31 +02:00 |
|
|
1695418dcb
|
kernel/syscalls: Implement sys_tell & sys_seek
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-26 03:20:27 +02:00 |
|
|
b208862de2
|
kernel/syscalls: Add conversion for syscall macros
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-26 03:06:54 +02:00 |
|
|
a8481d4260
|
kernel/syscalls: Fix doxygen documentation
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-26 02:48:50 +02:00 |
|
|
c84757af48
|
kernel/syscalls: Add macros for syscalls
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-26 02:37:02 +02:00 |
|
|
911caf7203
|
kernel/signals: Update headers for syscalls.h changes
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-26 02:23:12 +02:00 |
|
|
b471645743
|
kernel/syscalls: Implement sys_prctl syscall
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-25 04:47:26 +02:00 |
|
|
cc6ec04814
|
kernel/stack: Fix stack guard expansion
Kernel didn't mapped the pages correctly
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-24 03:54:13 +02:00 |
|
|
81af8a48cb
|
kernel/uart: Refactor code
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-23 03:52:26 +02:00 |
|
|
79d267631a
|
kernel/syscalls: Add experimental native system calls
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-20 04:11:01 +02:00 |
|
|
cbd671292d
|
kernel/fs: Implement usr_pread/pwrite in FDT
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-20 04:09:30 +02:00 |
|
|
37c3ee8e99
|
kernel: Update syscall header
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-20 04:07:34 +02:00 |
|
|
7d85dd5dd8
|
kernel: Update interface headers
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-20 04:03:27 +02:00 |
|
|
17abdcaf1e
|
kernel: Update elf.h
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
|
2024-12-20 04:02:09 +02:00 |
|
EnderIce2
|
7948d0c6e5
|
chore: Update makefiles & macros
|
2024-11-29 04:24:27 +02:00 |
|
EnderIce2
|
682c84b2af
|
Merge remote-tracking branch 'Kernel/master'
|
2024-11-20 05:00:33 +02:00 |
|