Commit Graph

17 Commits

Author SHA1 Message Date
e15f0af292 fix: kpanic clearing registers and hlt correctly 2025-04-21 13:23:56 +02:00
81c54647d2 feature: clear registers when kpanic is called 2025-04-18 17:19:56 +02:00
2e09db2dd1 fix: memory is now working completely (size issue)
fix: reboot with invalid opcode
2025-04-17 15:09:22 +02:00
3b798e5daa core: remove bozo typedef for types 2025-02-07 12:35:32 +01:00
70739744ac fix: fault address always display 2025-02-07 11:30:12 +01:00
db4ed04dd6 fix: kpanic print address of the fault only when page fault occured 2025-02-04 11:57:43 +01:00
d7626df19c core: change types from uint32_t to u32 (e.g) 2025-01-27 11:26:15 +01:00
2a281522cf feature: vbe is enabled, drivers for vbe tbd 2024-12-03 13:29:36 +01:00
e8fd6c55eb wip: frame_allocator with multiboot zones 2024-11-18 15:12:46 +01:00
20ba985b34 fix: able to read multiboot mmap 2024-11-15 13:35:48 +01:00
4337bc11c8 wip: debug memory pages persistency 2024-10-21 13:36:42 +02:00
73b8ffb3b8 wip: memory is almost fixed and working fine (infinite loop on zones linked lists) 2024-10-19 23:20:13 +02:00
55037b75fa fix: change the pte to use a bitmask operation (still crashes but later) 2024-10-18 15:38:36 +02:00
7128f2640a wip: memory change 2024-10-18 14:45:37 +02:00
9e85807a09 Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS 2024-10-17 16:11:40 +02:00
a66f9174f4 feature: both physical and virtual allocators should be done 2024-09-26 16:18:06 +02:00
2728346711 add: kpanic 2024-09-22 09:54:56 +02:00