Issues
- 0
[EXECUTABLES] Bootstrap
#204 opened by dreamos82 - 0
- 1
- 1
[FRAMEBUFFER] Can its initialization use the HHDM instead of manual allocation?
#220 opened by dreamos82 - 0
[FRAMEBUFFER] Implement scrolling for output
#210 opened by dreamos82 - 0
[FRAMEBUFFER] Clean screen at boot
#218 opened by dreamos82 - 1
[FRAMEBUFFER] Colors not rendered correctly
#164 opened by dreamos82 - 0
- 0
Make a function that read input from keyboard
#215 opened by dreamos82 - 0
[TESTS] Tests should use the selected compiler
#211 opened by dreamos82 - 0
[VMM] Kernel is not building using 4k Pages
#207 opened by dreamos82 - 0
- 1
[VMM] Drop support for small pages, and decide if worth to support both size of pages.
#194 opened by dreamos82 - 0
[VMM] Implement is_phyisical_address_mapped function that uses the direct map
#203 opened by dreamos82 - 1
- 0
[SYSCALL] Implement syscall for thread_exiting
#201 opened by dreamos82 - 0
- 0
[SYSCALLS] Syscall layer bootstrap
#198 opened by dreamos82 - 1
Create macro pretty_log
#192 opened by dreamos82 - 0
- 0
[USERMODE] Create a test task to run in user mode
#190 opened by dreamos82 - 1
[PAGING MAPPING] Try to make the map_phys_to_vort function to not rely on recursion, but on direct map
#188 opened by dreamos82 - 1
- 1
- 0
- 0
[VFS] Implement Array FS from DreamOS
#137 opened by dreamos82 - 0
- 0
[VMM] Tasks should have their own VMM
#173 opened by dreamos82 - 0
- 0
- 0
- 0
[VMM] vmm_init improvements and vmm flags parsing
#167 opened by dreamos82 - 1
- 0
[SCHEDULING] scheduler_delete_thread should delete the thread from the task too
#147 opened by dreamos82 - 0
[VMM] vmm_alloc, add expansion case
#155 opened by dreamos82 - 1
[SCHEDULING] The pml4 should be mapped in the higher half, not identity mapped.
#148 opened by dreamos82 - 0
- 1
- 1
[VMM] Virtual memory manager alloc
#150 opened by dreamos82 - 0
[VMM] Virtual memory manager Bootstrap
#149 opened by dreamos82 - 0
- 0
[SCHEDULING] Minor improvement in scheduler
#146 opened by dreamos82 - 0
- 0
[Scheduler] Replace array with linked list
#143 opened by dreamos82 - 0
[VFS] Implement read function
#141 opened by dreamos82 - 0
[VFS] Implement open and close functions and basic file descriptor structure
#139 opened by dreamos82 - 1
[VFS] Basic VFS structure
#136 opened by dreamos82 - 1
[SCHEDULING] Complete task sturcture
#132 opened by dreamos82 - 1
[SCHEDULING] Create a task when creating a thread
#129 opened by dreamos82 - 0
[SCHEDULING] Implement spinlock
#127 opened by dreamos82