• Joined on 2024-09-06
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
0x35c pushed to main at starnakin/42_KFS 2024-12-09 04:44:17 -05:00
bedbca1154 wip: put_pixel (smh doing weird stuff when trying to draw a line)
0x35c pushed to main at starnakin/42_KFS 2024-12-09 04:07:51 -05:00
738b285e62 feature: vbe can now display pixels to the screen 🥳
0x35c pushed to main at starnakin/42_KFS 2024-12-06 08:25:27 -05:00
daf510687a wip: vbe still not working but let us cook
0x35c pushed to main at starnakin/42_KFS 2024-12-03 07:30:17 -05:00
2a281522cf feature: vbe is enabled, drivers for vbe tbd
0x35c pushed to main at starnakin/42_KFS 2024-12-03 06:03:44 -05:00
30d22b3334 fix: skip in the header to have good addresses
0x35c pushed to main at starnakin/42_KFS 2024-12-03 05:58:30 -05:00
88bf5e7960 fix: multiboot header is now setting the resolution variables (still not working tho)
0x35c pushed to main at starnakin/42_KFS 2024-12-03 04:41:56 -05:00
fb1a1bc213 wip: enable vbe
0x35c pushed to main at starnakin/42_KFS 2024-12-03 03:28:41 -05:00
4bd4198293 core: rename vzones to zones
0x35c pushed to main at starnakin/42_KFS 2024-11-19 10:58:10 -05:00
3315d85e0c wip: frame_allocator working pretty good (?)
0x35c pushed to main at starnakin/42_KFS 2024-11-18 09:13:08 -05:00
e8fd6c55eb wip: frame_allocator with multiboot zones
0x35c pushed to main at starnakin/42_KFS 2024-11-16 08:56:49 -05:00
d8d31d959f fix: ssp is now enabled and it no longer crashes with several prints (so far)
0x35c pushed to main at starnakin/42_KFS 2024-11-13 07:33:06 -05:00
09ea386b21 wip: alloc_femmes now uses multiboot memory mapping