• Joined on 2024-09-06
0x35c pushed to main at starnakin/42_KFS 2024-09-18 11:14:47 -04:00
ddf3cfff68 feature: enable paging and load page directory
0x35c pushed to main at starnakin/42_KFS 2024-09-17 07:58:16 -04:00
65a59534b4 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
e316910581 feature: clear added to the shell
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2024-09-17 05:11:05 -04:00
a02931a165 feature: print_stack working (dont use opti flags, else the stack is broken)
0x35c pushed to main at starnakin/42_KFS 2024-09-11 11:43:46 -04:00
963bf46b62 core: move reboot.c to a general power.c file
0x35c pushed to main at starnakin/42_KFS 2024-09-11 10:46:52 -04:00
e7a8d39ad7 reboot is done
0x35c pushed to main at starnakin/42_KFS 2024-09-11 10:25:36 -04:00
52951c96d5 fix: merdella --credits is better now
0x35c pushed to main at starnakin/42_KFS 2024-09-11 09:52:28 -04:00
bdfac39bc9 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
19141e6883 fix: screen switch now works well with the shell and its "history"
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2024-09-10 14:05:30 -04:00
bc99b99c82 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
15bdb4743a feature: functional shell with help and merdella commands
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2024-09-10 06:04:27 -04:00
232b19666a core: added the shell structure
0x35c pushed to main at starnakin/42_KFS 2024-09-08 09:33:47 -04:00
d0ddac4775 feature: character escape (you can now write text)
0x35c pushed to main at starnakin/42_KFS 2024-09-07 23:05:24 -04:00
cf617d6984 feature: multiple screens + cursor move (bug to fix)
0x35c pushed to main at starnakin/42_KFS 2024-09-07 08:40:59 -04:00
d270657fc9 ratio submodule
0x35c pushed to main at starnakin/42_KFS 2024-09-07 08:37:51 -04:00
1894987afc Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
446eddf3b7 submodule added
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS_LIB 2024-09-07 08:35:22 -04:00
5b4d1fbf36 feature: scrolling (and memcpy added)
0x35c pushed to main at starnakin/42_KFS_LIB 2024-09-07 06:27:33 -04:00
907eb7cf7d fix: kprintf now works with multiple arguments
0x35c pushed to main at starnakin/42_KFS 2024-09-07 06:24:42 -04:00
60baa3ec46 update submodule
0x35c pushed to main at starnakin/42_KFS 2024-09-07 06:12:46 -04:00
ce350a946c Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS
7b9a5e0ef7 fix: kprintf now works with multiple arguments
Compare 2 commits »
0x35c pushed to main at starnakin/42_KFS 2024-09-06 18:36:18 -04:00
a3e5157879 Makefile done and kernel booting
0x35c pushed to main at starnakin/42_KFS 2024-09-06 17:36:41 -04:00
32c01291ad init project structure