issues
search
charlotte-os
/
charlotte-core
The Kernel of CharlotteOS
GNU General Public License v3.0
115
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fixed the .gitignore
#150
mdpatelcsecon
closed
2 months ago
0
first prototype apic handler
#149
xadaemon
opened
2 months ago
1
Impelement a driver for the x86_64 (l)apic
#148
xadaemon
opened
2 months ago
0
Minor updates to make code able to build again
#146
ThatOSDeveloper
closed
2 months ago
0
Update README.md
#145
ThatOSDeveloper
closed
2 months ago
0
Update README.md
#144
ThatOSDeveloper
closed
2 months ago
0
Update README.md
#143
ThatOSDeveloper
closed
2 months ago
0
Delete LICENSE
#142
mdpatelcsecon
closed
2 months ago
0
Update LICENSE
#141
ThatOSDeveloper
closed
2 months ago
0
Merge Logger loglevels
#140
ThatOSDeveloper
closed
2 months ago
0
Fix `test_code.yml`
#139
Wrench56
closed
2 months ago
0
Fixed serial port welcome
#138
ThatOSDeveloper
closed
2 months ago
0
Review merging of loglevels and main
#137
ThatOSDeveloper
closed
2 months ago
1
Add `emulate.yml` workflow
#136
Wrench56
closed
3 months ago
0
The Big Refactor
#135
mdpatelcsecon
closed
3 months ago
3
Run cargo fmt on font changes
#134
UnmappedStack
closed
3 months ago
0
Discord Link Broken on Homepage
#133
ChiefMateStarbuck
closed
3 months ago
1
[Tracking] Implement a PCI Express Subsystem
#132
mdpatelcsecon
opened
3 months ago
0
[Refactor] Change `arch` to use a single trait that encapsulates all of the information needed by the kernel to interact with target systems' instruction set architectures
#131
mdpatelcsecon
closed
2 months ago
1
Implement a PS/2 Keyboard Driver for use with UEFI USB legacy emulation and real hardware
#130
mdpatelcsecon
opened
3 months ago
0
Switch font & character drawing process
#129
UnmappedStack
closed
3 months ago
0
Refactor x86_64 global.asm to use the stack for saving/restoring registers
#128
mdpatelcsecon
closed
3 months ago
0
Change interrupt handling so that registers are saved and restored using the stack instead of a .bss region to allow interrupts to interrupt each other
#127
mdpatelcsecon
closed
3 months ago
0
Fix `devops` workflow references
#126
Wrench56
closed
4 months ago
0
Update workflows to use `devops` repo
#125
Wrench56
closed
4 months ago
1
Add lint warning for undocumented `unsafe` blocks
#124
Wrench56
closed
4 months ago
1
Create a dynamic memory allocator for the kernel
#123
mdpatelcsecon
opened
4 months ago
2
Add devops badges
#122
Wrench56
closed
4 months ago
0
Fix `unit_tests.yml`
#121
Wrench56
closed
4 months ago
0
Fix `unit_tests.yml`
#120
Wrench56
closed
4 months ago
1
Remove NASM installation from `install-requirements.sh`
#119
Wrench56
closed
4 months ago
0
Resolve pedantic Clippy lints
#118
Wrench56
closed
3 months ago
2
Fix "weekly" report workflow (after previous revert)
#117
Wrench56
closed
4 months ago
0
[Tracking] Multi threading enablement
#116
xadaemon
opened
4 months ago
0
X86 interrupts
#115
xadaemon
closed
4 months ago
0
x86_64 APIC Driver
#114
xadaemon
closed
4 months ago
0
Change Rust toolchain from `stable` to `nightly` for all DevOps
#113
Wrench56
closed
5 months ago
0
Finished the MVP of the VMM
#112
mdpatelcsecon
closed
4 months ago
0
Resolve pedantic Clippy lints
#111
Wrench56
closed
5 months ago
1
Fix "weekly" report workflow
#110
Wrench56
closed
5 months ago
0
Clean up GitHub Actions
#109
Wrench56
closed
5 months ago
0
Add unit test check
#108
parkerstafford
closed
5 months ago
0
Add unit test coverage check
#107
parkerstafford
closed
5 months ago
0
Add some comments to asm files with warnings and some explanations
#106
xadaemon
closed
5 months ago
0
Converted nasm to rustc assembly
#105
parkerstafford
closed
5 months ago
0
Fixed the mess and have the VMM in a PR worthy state
#104
mdpatelcsecon
closed
5 months ago
1
Finished developing the first version of the virtual memory manager
#103
mdpatelcsecon
closed
5 months ago
0
GitHub workflows cache & Clippy
#102
Wrench56
closed
5 months ago
0
Fix all existing warnings & style issues
#101
Wrench56
opened
5 months ago
0
Change all out of line x64 assembly code to use rustc's inline assembler via global_asm! and include_str!
#100
mdpatelcsecon
closed
4 months ago
2
Next