Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / dreamos82/dreamos64 issues and pull requests

#224 - 222 executables parse

Pull Request - State: open - Opened by dreamos82 24 days ago

#223 - Possible error in ioapic.c

Issue - State: open - Opened by AntoninRuan 27 days ago - 4 comments

#222 - [EXECUTABLES] Parse elf and get information on memory to allocate

Issue - State: open - Opened by dreamos82 3 months ago
Labels: Excecutables

#221 - Small refactor

Pull Request - State: closed - Opened by dreamos82 3 months ago - 1 comment

#220 - [FRAMEBUFFER] Can its initialization use the HHDM instead of manual allocation?

Issue - State: closed - Opened by dreamos82 4 months ago - 1 comment
Labels: framebuffer

#219 - 210 implement scrolling f

Pull Request - State: closed - Opened by dreamos82 6 months ago

#218 - [FRAMEBUFFER] Clean screen at boot

Issue - State: open - Opened by dreamos82 6 months ago
Labels: good first issue, framebuffer

#217 - Fix issue

Pull Request - State: closed - Opened by dreamos82 6 months ago

#216 - Update keyboard.c

Pull Request - State: open - Opened by hyunjun1234 6 months ago - 10 comments

#215 - Make a function that read input from keyboard

Issue - State: open - Opened by dreamos82 6 months ago
Labels: good first issue, keyboard

#214 - 209 fix memory count

Pull Request - State: closed - Opened by dreamos82 6 months ago - 1 comment

#213 - Update memory documentation

Pull Request - State: closed - Opened by dreamos82 7 months ago

#212 - 211 test compile

Pull Request - State: closed - Opened by dreamos82 7 months ago

#211 - [TESTS] Tests should use the selected compiler

Issue - State: closed - Opened by dreamos82 7 months ago

#210 - [FRAMEBUFFER] Implement scrolling for output

Issue - State: closed - Opened by dreamos82 8 months ago
Labels: framebuffer

#209 - _mmap_setup: is not mapping all the available memory

Issue - State: closed - Opened by dreamos82 8 months ago
Labels: memory

#208 - 207 kernel not building with 4k

Pull Request - State: closed - Opened by dreamos82 8 months ago

#207 - [VMM] Kernel is not building using 4k Pages

Issue - State: closed - Opened by dreamos82 9 months ago
Labels: bug

#206 - [VMM] The tests should work for both page sizes 4k and 2M

Issue - State: open - Opened by dreamos82 9 months ago
Labels: good first issue

#205 - 204 executables bootstrap

Pull Request - State: closed - Opened by dreamos82 9 months ago

#204 - [EXECUTABLES] Bootstrap

Issue - State: closed - Opened by dreamos82 10 months ago
Labels: Excecutables

#202 - 195 hh unmap function

Pull Request - State: closed - Opened by dreamos82 11 months ago

#201 - [SYSCALL] Implement syscall for thread_exiting

Issue - State: open - Opened by dreamos82 11 months ago

#199 - Add basic handling of syscalls

Pull Request - State: closed - Opened by dreamos82 11 months ago

#198 - [SYSCALLS] Syscall layer bootstrap

Issue - State: closed - Opened by dreamos82 11 months ago

#197 - Add printStackTrace function

Pull Request - State: closed - Opened by dreamos82 12 months ago

#196 - Add line handling in fb_printStr

Pull Request - State: closed - Opened by dreamos82 12 months ago

#195 - [VMM] Implement unmap function that use the direct map

Issue - State: closed - Opened by dreamos82 12 months ago - 1 comment

#193 - 192 add pretty log

Pull Request - State: closed - Opened by dreamos82 12 months ago

#192 - Create macro pretty_log

Issue - State: closed - Opened by dreamos82 12 months ago - 1 comment

#191 - 190 test task usermode

Pull Request - State: closed - Opened by dreamos82 about 1 year ago

#190 - [USERMODE] Create a test task to run in user mode

Issue - State: closed - Opened by dreamos82 about 1 year ago

#189 - 188 update direct map

Pull Request - State: closed - Opened by dreamos82 about 1 year ago

#187 - 185 user mode settings

Pull Request - State: closed - Opened by dreamos82 about 1 year ago

#186 - [KERNEL HEAP] The heap Should always use the VMM when possible

Issue - State: closed - Opened by dreamos82 about 1 year ago - 1 comment
Labels: memory

#184 - Fix psf makefile

Pull Request - State: closed - Opened by dreamos82 about 1 year ago - 1 comment

#183 - New workflow test

Pull Request - State: closed - Opened by dreamos82 about 1 year ago

#182 - [BUILD] Add github workflow to test build with gcc and clang

Issue - State: closed - Opened by dreamos82 about 1 year ago - 1 comment

#181 - 179 initialize user mode

Pull Request - State: closed - Opened by dreamos82 about 1 year ago

#180 - Update README.md

Pull Request - State: closed - Opened by dreamos82 about 1 year ago

#179 - [USER MODE] Initialize data to be able to jump in user mode

Issue - State: closed - Opened by dreamos82 over 1 year ago - 1 comment
Labels: user-mode

#178 - [FONT] Try to make the to use macros to handle PSF variables name

Issue - State: open - Opened by dreamos82 over 1 year ago
Labels: enhancement, video, framebuffer

#177 - Fix prepare_virtual_memory_environment bug

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#176 - Add support for clang

Pull Request - State: closed - Opened by DeanoBurrito over 1 year ago - 1 comment

#174 - 173 vmm per task

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#173 - [VMM] Tasks should have their own VMM

Issue - State: closed - Opened by dreamos82 over 1 year ago
Labels: memory

#172 - Pass VmmInfo to vmm_init and vmm_alloc

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#171 - [VMM] Pass current task vmm as parameter to vmm_* functions that needs it

Issue - State: closed - Opened by dreamos82 over 1 year ago
Labels: memory

#170 - Try to move all vmm status information inside vmminfo inner structure

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#169 - [VMM] Move vmm status information inside the VmmInfo structure

Issue - State: closed - Opened by dreamos82 over 1 year ago
Labels: memory

#168 - 167 parse flags vmm

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#167 - [VMM] vmm_init improvements and vmm flags parsing

Issue - State: closed - Opened by dreamos82 over 1 year ago

#166 - Uncomment code to unmap kernel

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#165 - Vmm flags parsing

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#164 - [FRAMEBUFFER] Colors not rendered correctly

Issue - State: closed - Opened by dreamos82 over 1 year ago - 1 comment

#163 - 162 update makefile

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#162 - [BUILD] Makefile: separate configuration from build part

Issue - State: closed - Opened by dreamos82 over 1 year ago - 1 comment

#161 - 147 delete thread from task

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#160 - 155 vmm alloc expansion

Pull Request - State: closed - Opened by dreamos82 over 1 year ago - 1 comment

#159 - 158 get direct map content

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#158 - [VMM] Add function to get the direct map address of a given variable

Issue - State: closed - Opened by dreamos82 over 1 year ago
Labels: memory

#157 - 152 fix flags vm mappings

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#156 - Use spinlock when dealing with phyisical memory allocation

Pull Request - State: closed - Opened by dreamos82 over 1 year ago

#155 - [VMM] vmm_alloc, add expansion case

Issue - State: closed - Opened by dreamos82 over 1 year ago
Labels: memory

#154 - Start vmm

Pull Request - State: closed - Opened by dreamos82 over 1 year ago - 1 comment

#153 - Add integer to string conversion to any base

Pull Request - State: closed - Opened by LSpinoti over 1 year ago - 1 comment

#152 - [VMM] Some of the mapping functions are not using the flags specified

Issue - State: closed - Opened by dreamos82 over 1 year ago - 1 comment
Labels: bug, memory

#151 - [VMM] Function to free an allocated virtual address range

Issue - State: open - Opened by dreamos82 over 1 year ago
Labels: memory

#150 - [VMM] Virtual memory manager alloc

Issue - State: closed - Opened by dreamos82 over 1 year ago - 1 comment
Labels: memory

#149 - [VMM] Virtual memory manager Bootstrap

Issue - State: closed - Opened by dreamos82 over 1 year ago
Labels: memory

#147 - [SCHEDULING] scheduler_delete_thread should delete the thread from the task too

Issue - State: closed - Opened by dreamos82 almost 2 years ago
Labels: scheduling

#146 - [SCHEDULING] Minor improvement in scheduler

Issue - State: open - Opened by dreamos82 almost 2 years ago
Labels: scheduling

#145 - [SCHEDULING] Remove task from queue when there are no more threads

Issue - State: open - Opened by dreamos82 almost 2 years ago
Labels: scheduling

#144 - 130 virtual address space

Pull Request - State: closed - Opened by dreamos82 almost 2 years ago

#143 - [Scheduler] Replace array with linked list

Issue - State: closed - Opened by dreamos82 almost 2 years ago
Labels: scheduling

#142 - Start vfs read function

Pull Request - State: closed - Opened by dreamos82 almost 2 years ago

#141 - [VFS] Implement read function

Issue - State: closed - Opened by dreamos82 almost 2 years ago
Labels: virtual-file-system

#140 - 139 vfs open close

Pull Request - State: closed - Opened by dreamos82 almost 2 years ago

#139 - [VFS] Implement open and close functions and basic file descriptor structure

Issue - State: closed - Opened by dreamos82 about 2 years ago
Labels: virtual-file-system

#138 - 136 vfs bootstrap

Pull Request - State: closed - Opened by dreamos82 about 2 years ago

#137 - [VFS] Implement Array FS from DreamOS

Issue - State: open - Opened by dreamos82 over 2 years ago
Labels: virtual-file-system, low priority

#136 - [VFS] Basic VFS structure

Issue - State: closed - Opened by dreamos82 over 2 years ago - 1 comment
Labels: virtual-file-system

#132 - [SCHEDULING] Complete task sturcture

Issue - State: closed - Opened by dreamos82 over 2 years ago - 1 comment
Labels: scheduling

#130 - [SCHEDULING] Create new virtual address space for a task

Issue - State: closed - Opened by dreamos82 over 2 years ago
Labels: scheduling

#129 - [SCHEDULING] Create a task when creating a thread

Issue - State: closed - Opened by dreamos82 over 2 years ago - 1 comment

#113 - Make sure that draw logo will not exceed the screen boundaries

Issue - State: open - Opened by dreamos82 over 2 years ago
Labels: good first issue, video, framebuffer

#109 - Print a stack trace in case of exception

Issue - State: closed - Opened by dreamos82 over 2 years ago - 1 comment
Labels: enhancement

#107 - [Keyboard] Handle special keys

Issue - State: open - Opened by dreamos82 over 2 years ago
Labels: good first issue

#100 - [Keyboard] Read current scancode set supported

Issue - State: closed - Opened by dreamos82 over 2 years ago - 1 comment
Labels: enhancement, keyboard

#99 - Fix issue with parse_io_apic_interrupt_source_overrides

Pull Request - State: closed - Opened by dreamos82 over 2 years ago

#98 - [Real hardware] Dreamos loop into get_madt_item

Issue - State: closed - Opened by dreamos82 over 2 years ago
Labels: hardware, real-hw

#97 - Use virtual address to clean the paged dir/tables

Pull Request - State: closed - Opened by dreamos82 over 2 years ago

#96 - get rid of printStr and printStrAndNumber functions

Issue - State: closed - Opened by dreamos82 over 2 years ago