Commit Graph

163 Commits

Author SHA1 Message Date
Mathieu Maret 19714126d1 ATA add write and some test 2021-10-06 10:45:03 +02:00
Mathieu Maret 1a337881f3 ATA Add Read function 2021-10-06 08:45:19 +02:00
Mathieu Maret 4fe87718b1 Add target for disk img 2021-10-05 22:07:17 +02:00
Mathieu Maret 1ce5874b0a Add disk image option to makefile 2021-10-05 22:01:13 +02:00
Mathieu Maret a47783ed9c fix ATA disk and controller detection 2021-10-05 21:59:36 +02:00
Mathieu Maret f2e32cc0fd Add ATA 2021-10-03 23:19:00 +02:00
Mathieu Maret 92b4f4af3a Add Feature section to Readme 2021-10-01 22:26:24 +02:00
mathieu d357d63ff3 Merge pull request 'areaIntegration' (#1) from areaIntegration into master
Reviewed-on: http://git.mathux.org/mathieu/matos/pulls/1
2021-10-01 22:22:09 +02:00
mathieu 1222c0b998 Merge branch 'master' into areaIntegration 2021-10-01 22:21:31 +02:00
Mathieu Maret 8edaa8646f link slab allocator to areaAlloc 2021-10-01 22:21:11 +02:00
Mathieu Maret a96f72b0af Add alternative memcpy implementation 2021-09-15 21:58:06 +02:00
Mathieu Maret 57bae864f8 Add memcpy perf test 2021-09-15 21:53:08 +02:00
Mathieu Maret 10d42721e9 Add read_cycle_counter 2021-09-15 21:51:58 +02:00
Mathieu Maret 220597a881 gdb: add custom cmd for printing linked list 2021-08-19 16:42:44 +02:00
Mathieu Maret 31aaf10635 bootstrap alloc and area 2021-08-09 14:55:47 +02:00
Mathieu Maret 5a078249d0 Makefile: grouped targets for kernel.sym 2021-08-02 15:07:45 +02:00
Mathieu Maret 8bb6cdbad4 Complete details about first 1MB reserved 2021-06-09 22:23:33 +02:00
Mathieu Maret 865d3b811e Rename memDesc to phyMemDesc 2021-04-10 21:53:03 +02:00
Mathieu Maret 4887984322 Thinner phy page pre-booking 2021-04-10 00:24:02 +02:00
Mathieu Maret 32446b3603 Correct NULL access 2021-04-09 20:47:20 +02:00
Mathieu Maret 1d1ed1ef60 GDB: add cmd for Phy Mem state 2021-04-09 20:46:49 +02:00
Mathieu Maret 8c0c61c099 Pagefault handler never come back 2021-04-09 20:45:40 +02:00
Mathieu Maret 582c06afbc Reduce mem to 16M in debug 2021-04-09 20:44:48 +02:00
Mathieu Maret cff4e43cb8 Reduce mem to 32M 2021-04-09 20:44:24 +02:00
Mathieu Maret b077d54e7f WIP: implement basic of alloc area 2021-04-07 16:34:37 +02:00
Mathieu Maret a2d2e1de60 Check malloc return value 2021-04-07 16:34:37 +02:00
mathieu 12cf6b1f89 Fix cmd in Readme.md 2021-03-18 09:16:14 +01:00
mathieu d3a71b20dc Mise à jour de 'README.md'
Fix spacing
2021-03-02 09:27:03 +01:00
Mathieu Maret 7654782675 Add introduction 2021-03-02 09:25:38 +01:00
Mathieu Maret 4a61d7f3b7 memDesc: change ref as unsigned 2021-02-10 21:15:35 +01:00
Mathieu Maret ef78de447f Improve make target names 2021-01-26 17:58:33 +01:00
Mathieu Maret 3b7543064d alloc: simplify full usage 2021-01-26 08:45:13 +01:00
Mathieu Maret 9e5b4f0060 Revert "makefile: disable pie"
This reverts commit f64bbd9d90.
it leads to "Error loading uncompressed kernel without PVH ELF Note"
2021-01-26 08:43:06 +01:00
Mathieu Maret f64bbd9d90 makefile: disable pie 2021-01-25 20:29:40 +01:00
Mathieu Maret 5ab68d8197 Various cleaning 2021-01-25 20:05:38 +01:00
Mathieu Maret ede53ae4f9 VGA renaming 2021-01-25 14:00:06 +01:00
Mathieu Maret 3f4fb9e952 add asprintf 2021-01-25 10:17:19 +01:00
Mathieu Maret bea3449b11 Implement vsnprintf and use it 2021-01-24 23:51:21 +01:00
Mathieu Maret b305653aac Fix klibc return values 2021-01-24 22:20:43 +01:00
Mathieu Maret 73b721dbc1 Add some mem stat 2021-01-23 21:51:00 +01:00
Mathieu Maret c3d345bb87 Add 64bit printf 2021-01-23 21:21:13 +01:00
Mathieu Maret 774a20b8c8 remove local .vimrc 2021-01-23 00:47:28 +01:00
Mathieu Maret 8309174f1a Get mem mapping from bootloader 2021-01-23 00:47:06 +01:00
Mathieu Maret 77b495e382 Fix naming and mem bottom 2021-01-22 23:10:07 +01:00
Mathieu Maret a254a7cd71 Fix allocation of too big size 2021-01-16 22:43:43 +01:00
Mathieu Maret 9815cc062f Multiple page allocation 2020-08-28 22:40:21 +02:00
Mathieu Maret ba9e0f1bff protect slub access from multithread 2020-08-21 00:35:33 +02:00
Mathieu Maret 0ae9ad7d92 protect vga access from mutlithread 2020-08-21 00:35:33 +02:00
Mathieu Maret 9fe6d3c7df add some pretty-printer for kthread 2020-08-21 00:35:33 +02:00
Mathieu Maret 1f1f017224 Add gdb custom commands 2020-08-20 23:41:36 +02:00