这是indexloc提供的服务,不要输入任何密码
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · master
Fennix
Browse files
Apr 14, 2025
ci: add separate build steps in workflow
· 4ff67900
EnderIce2
authored
Apr 14, 2025
4ff67900
Apr 13, 2025
ci: ensure artifact upload occurs regardless of previous steps
· 205ddb1e
EnderIce2
authored
Apr 13, 2025
205ddb1e
build: fix kernel build on different architectures
· 0735743f
EnderIce2
authored
Apr 13, 2025
0735743f
feat(kernel/syscalls): implement stub linux_poll
· 33eee9c6
EnderIce2
authored
Apr 13, 2025
33eee9c6
build(kernel/tty): fix vtable linking error
· ef5d61df
EnderIce2
authored
Apr 13, 2025
ef5d61df
feat(kernel/tty): implement processing control characters (^C, ^D, etc)
· 11d326b6
EnderIce2
authored
Apr 13, 2025
11d326b6
Apr 12, 2025
feat(kernel/tty): implement blinking cursor
· 5293bb20
EnderIce2
authored
Apr 12, 2025
5293bb20
build: update Linux Subsystem boot configuration to use compressed rootfs
· bc84c406
EnderIce2
authored
Apr 12, 2025
bc84c406
test: reduce debug qemu memory allocation for amd64 architecture
· ed1f4f3c
EnderIce2
authored
Apr 12, 2025
ed1f4f3c
build: update rootfs tar command to use gzip compression
· ec04e5ab
EnderIce2
authored
Apr 12, 2025
ec04e5ab
build: create mnt directory in root filesystem setup
· 5ecfffc0
EnderIce2
authored
Apr 12, 2025
5ecfffc0
build: add support for quiet build mode in CMakeLists
· c7d501b4
EnderIce2
authored
Apr 12, 2025
c7d501b4
fix(kernel): improve error message for failed init program startup
· 1f646d68
EnderIce2
authored
Apr 12, 2025
1f646d68
Apr 08, 2025
fix(kernel/vfs): support multiple roots
· 3315d797
EnderIce2
authored
Apr 08, 2025
3315d797
refactor(kernel): remove unused assert_allow_continue macro
· a1b58bac
EnderIce2
authored
Apr 08, 2025
a1b58bac
refactor(kernel): change NIF to nif
· 69122746
EnderIce2
authored
Apr 08, 2025
69122746
refactor(kernel): replace manual sorting with std::sort
· 764dfe67
EnderIce2
authored
Apr 08, 2025
764dfe67
fix(kernel/memory): correct bitmap address calculation
· 3d87345a
EnderIce2
authored
Apr 08, 2025
3d87345a
Apr 07, 2025
fix(kernel/vfs): accessing null pointer
· eb89b060
EnderIce2
authored
Apr 07, 2025
eb89b060
refactor(kernel): improve code readability and formatting
· 25713e0f
EnderIce2
authored
Apr 07, 2025
25713e0f
fix(kernel/memory): correct loop control in ReservePages function
· 03147b53
EnderIce2
authored
Apr 07, 2025
03147b53
feat(kernel/std): add std::sort implementations
· d8cd2719
EnderIce2
authored
Apr 07, 2025
d8cd2719
fix(kernel/vfs): forgot ';' inside ramfs.hpp
· 832833a5
EnderIce2
authored
Apr 07, 2025
832833a5
refactor(kernel): clean up KPrint formatting and fix memory reporting
· a4e5f478
EnderIce2
authored
Apr 07, 2025
a4e5f478
feat(kernel/vfs): implement RAMFS filesystem
· a268f8dc
EnderIce2
authored
Apr 07, 2025
a268f8dc
fix(kernel): validate symbol entries to prevent processing of invalid symbols
· a16a88b5
EnderIce2
authored
Apr 07, 2025
a16a88b5
fix(kernel/vfs): correct root assignment logic in filesystem
· 2d2d2868
EnderIce2
authored
Apr 07, 2025
2d2d2868
refactor(kernel): ramfs loading
· d4346202
EnderIce2
authored
Apr 07, 2025
d4346202
feat(kernel): add initial subsystem implementation files
· b1a30059
EnderIce2
authored
Apr 07, 2025
b1a30059
feat(kernel): add initial security implementation files
· 58accf8a
EnderIce2
authored
Apr 07, 2025
58accf8a
Apr 05, 2025
refactor(workspace): remove useless settings in vscode workspaces
· 24c08487
EnderIce2
authored
Apr 05, 2025
24c08487
Apr 04, 2025
feat(kernel/vfs): add AddRootAt, SetRootAt, RemoveRoot & RootExists functions
· b232dc6b
EnderIce2
authored
Apr 04, 2025
b232dc6b
refactor(kernel): remove unnecessary type casting in Execute::Spawn call
· 120d67fb
EnderIce2
authored
Apr 04, 2025
120d67fb
test(kernel/std): add <array> header tests
· f6eb4bd3
EnderIce2
authored
Apr 04, 2025
f6eb4bd3
feat(kernel/std): implement <array> header
· 7e7e475d
EnderIce2
authored
Apr 04, 2025
7e7e475d
feat(kernel/std): implement std::is_pointer_v
· 23d00560
EnderIce2
authored
Apr 04, 2025
23d00560
feat(kernel/std): implement std::reverse_iterator
· 3edb4b47
EnderIce2
authored
Apr 04, 2025
3edb4b47
feat(kernel/std): implement std::runtime_error and std::length_error
· fd24431e
EnderIce2
authored
Apr 04, 2025
fd24431e
refactor(kernel): use default constructor for std::exception class
· 5c1c26b1
EnderIce2
authored
Apr 04, 2025
5c1c26b1
refactor(kernel): change Spawn function parameter type from char* to const char*
· a333d8aa
EnderIce2
authored
Apr 04, 2025
a333d8aa
Loading