• Joined on 2024-09-06
0x35c pushed to main at starnakin/42_KFS 2025-02-18 04:53:41 -05:00
5e561bfa15 wip: multiple pds and switch to kernel pd when needed
0x35c pushed to main at starnakin/42_KFS 2025-02-07 09:48:36 -05:00
8dd5373e7f wip: start to add multiple pd for each task
0x35c pushed to main at starnakin/42_KFS 2025-02-07 06:35:53 -05:00
3b798e5daa core: remove bozo typedef for types
0x35c pushed to main at starnakin/42_KFS 2025-01-28 09:44:36 -05:00
1ca8c68cf5 wip: fork and wait are almost working (missing child's stack)
0x35c pushed to main at starnakin/42_KFS 2025-01-28 07:39:09 -05:00
dbdf851dd2 feature: fork added and exit_task is almost working
0x35c pushed to main at starnakin/42_KFS 2025-01-27 05:26:45 -05:00
d7626df19c core: change types from uint32_t to u32 (e.g)
0x35c pushed to main at starnakin/42_KFS 2025-01-23 08:14:07 -05:00
540226fb0f Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
2d6b24842e fix: a bunch of stuff related to multitasking
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2025-01-22 08:42:15 -05:00
2ba4037af2 core: add debug flags to use gdb
0x35c pushed to main at starnakin/42_KFS 2025-01-22 08:04:46 -05:00
d2f7a3ce26 repo: add .txt (for logs) in .gitignore
0x35c pushed to main at starnakin/42_KFS 2025-01-20 08:37:01 -05:00
b3be29246e wip: eip saved after the interrupt
0x35c pushed to main at starnakin/42_KFS 2025-01-17 06:56:44 -05:00
2fe4ac5ad5 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
fa3ef311ad wip: scheduler needs to change eip or smth in order to call the fn
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2025-01-13 09:46:39 -05:00
b9691b1948 wip: TSS added to the gdt and start to implement scheduler
0x35c pushed to main at starnakin/42_KFS 2024-12-19 13:05:14 -05:00
bab3069152 feature: line spacing + characters are aligned
0x35c pushed to main at starnakin/42_KFS 2024-12-19 05:03:38 -05:00
61debdcb85 fix: autocomplete working again (ratio starnakin) and clean some stuff
0x35c pushed to main at starnakin/42_KFS 2024-12-18 08:14:27 -05:00
77928aca4b feature: black screen with scrolling is better, it also uses the full screen length
0x35c pushed to main at starnakin/42_KFS 2024-12-17 09:33:50 -05:00
dda9c8a1ef feature: terminal scroll works again (with a bg image, without the bg image it's a wip)
0x35c pushed to main at starnakin/42_KFS 2024-12-17 08:12:51 -05:00
3b0b090430 core: add fonts
0x35c pushed to main at starnakin/42_KFS 2024-12-12 17:14:50 -05:00
917ccf0465 wip: good text support (scrolling not quite working rn)
0x35c pushed to main at starnakin/42_KFS 2024-12-11 15:20:37 -05:00
2edc92bbcc Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
5383c4eced wip: putchar and stuff
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2024-12-11 14:54:39 -05:00
33cb3dfa30 feature: start to implement the drivers for char printing support