Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c5fc30f
fix: add error handling for MSI-X vector mapping in virtio_pci_init_c…
kwrx Jan 15, 2026
f61203b
fix: enhance procfs with new filesystem services and attributes
kwrx Jan 15, 2026
a159ea6
fix: update memory order semantics in spinlock implementation for con…
kwrx Jan 15, 2026
1a4452c
chore: update debug output for openat syscall to include 'syscall:' p…
kwrx Jan 15, 2026
d0bce19
fix: update memory info fetch to include additional metrics in procfs
kwrx Jan 15, 2026
ffec9e5
fix: initialize MSI-X rows and PBA to zero in pci_find_msix function
kwrx Jan 18, 2026
4e54346
chore: add kilo editor
kwrx Jan 18, 2026
08e742f
fix: reset cycle variable in ps2_mouse_irq function for proper packet…
kwrx Jan 18, 2026
0ab65b7
fix: update preprocessor directive for DEBUG_LEVEL_TRACE in bochs-vga…
kwrx Jan 18, 2026
6a20a81
fix: enhance DEBUG_LEVEL_TRACE logging in pty input processing
kwrx Jan 18, 2026
12a9e8c
fix: refactor virtio-gpu framebuffer handling and command functions
kwrx Jan 18, 2026
8025773
fix: change return type of spinlock_trylock to bool for clarity
kwrx Jan 18, 2026
c4fe046
fix: add prototype for virtgpu_cmd_resource_flush function
kwrx Jan 18, 2026
b5bc1f3
fix: improve logging output in kmain function for better system infor…
kwrx Jan 18, 2026
51ecb3e
fix: streamline task scheduling logic in the schedule function
kwrx Jan 18, 2026
d5151bb
fix: ensure CPU online message is printed only in debug mode
kwrx Jan 18, 2026
c25a6c9
fix: adjust indentation for consistency in network_init function
kwrx Jan 18, 2026
f17e101
fix: remove redundant preprocessor directive for network support in w…
kwrx Jan 18, 2026
1e94652
fix: enhance spinlock locking mechanism and update trylock return type
kwrx Jan 18, 2026
b853afb
fix: update assertions in virtq_sendrecv and virtq_recv for inclusive…
kwrx Jan 20, 2026
45ad1bb
fix: improve virtconsole_write to handle larger data sizes with send …
kwrx Jan 20, 2026
fd2b82f
fix: add debug logging for waking up waiter tasks in exit syscall
kwrx Jan 20, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions apps/extra/kilo/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
INCLUDES += $(ROOTDIR)/include
INCLUDES += $(SYSROOT)/usr/include
CFLAGS += -pedantic -Wno-parentheses
include $(ROOTDIR)/build/cross.mk
include $(ROOTDIR)/build/build-binary.mk
Loading