• Joined on 2024-09-06
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
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