Commit Graph

  • fb9bd8df7d Various small fix Mathieu Maret 2021-11-13 08:31:05 +0100
  • 79d57bc476 Makefile: RUN_TEST for debug_test target only Mathieu Maret 2021-11-13 08:30:14 +0100
  • 9d35a686ab Fix few issues/leaks Mathieu Maret 2021-11-12 10:19:43 +0100
  • d1994d44a3 Add locked ring buffer Mathieu Maret 2021-11-09 20:35:55 +0100
  • c3b4d65a36 Add semaphore Mathieu Maret 2021-11-09 20:13:40 +0100
  • e9e584149c Add support for syscall with more than 3 args Mathieu Maret 2021-11-08 23:22:03 +0100
  • 444bc6a5e9 update screenshot Mathieu Maret 2021-11-08 22:53:49 +0100
  • 794d54180a Typo fixing Mathieu Maret 2021-11-08 22:52:46 +0100
  • 9089cfaf44 Screnshot on main page Mathieu Maret 2021-11-08 22:48:21 +0100
  • e5bd673c73 Merge pull request 'Add screenshot to 'README.md'' (#5) from screenshot into master mathieu 2021-11-08 22:43:36 +0100
  • 5ebfc05069 Mise à jour de 'README.md' mathieu 2021-11-08 22:42:47 +0100
  • 1571094aa6 Add a screenshot Mathieu Maret 2021-11-08 22:38:30 +0100
  • 08a9d7442e Add user file size before the file Mathieu Maret 2021-11-08 22:33:15 +0100
  • 9e528320cf syscall fix variable decl Mathieu Maret 2021-11-08 22:31:57 +0100
  • 9376fc2df9 Fix few typo in readme Mathieu Maret 2021-11-08 22:31:14 +0100
  • 39cf7ab3ed Add atoi Mathieu Maret 2021-11-08 22:30:41 +0100
  • 29017f7f7e readline: fix backspace Mathieu Maret 2021-11-06 00:23:45 +0100
  • 69d4702696 Remove debug log Mathieu Maret 2021-11-06 00:17:15 +0100
  • 9ac252c235 Readme: add todo Mathieu Maret 2021-11-06 00:15:54 +0100
  • d3a7ab59b7 Basic shell Mathieu Maret 2021-11-06 00:13:40 +0100
  • ec9d255b1c Correct return value from syscall Mathieu Maret 2021-11-06 00:13:19 +0100
  • 288663ad58 Import ringbuffer implementation Mathieu Maret 2021-11-05 23:31:28 +0100
  • 2b32908029 load userspace from disk Mathieu Maret 2021-11-05 23:02:23 +0100
  • 47f1d3f8ab Makefile: some simplification Mathieu Maret 2021-11-04 20:26:31 +0100
  • 2cfa67b8e2 Add partition table support Mathieu Maret 2021-11-04 20:14:48 +0100
  • f81a515514 Merge pull request 'user_space' (#4) from user_space into master mathieu 2021-11-04 16:17:35 +0100
  • 4ad5b58787 Userspace with a syscall Mathieu Maret 2021-11-03 23:54:36 +0100
  • a02167ad88 Reduce assert stack depth Mathieu Maret 2021-11-03 23:37:44 +0100
  • 7c227a730c debug output serial into a file Mathieu Maret 2021-11-03 23:36:48 +0100
  • afb622e17a ATA: write do not block forever Mathieu Maret 2021-11-03 23:00:20 +0100
  • e94f87b798 Fix threadSwitch Mathieu Maret 2021-11-02 23:56:47 +0100
  • 959bc56bc7 pit_handler: fix stack growing Mathieu Maret 2021-11-02 23:22:24 +0100
  • 97d1e9ba2a Pit handler save ebp Mathieu Maret 2021-11-02 23:05:56 +0100
  • ebc90d3f06 Fix mapping issue Mathieu Maret 2021-11-02 22:33:04 +0100
  • 7b60e1bdac Fix threadSwitch context Mathieu Maret 2021-11-02 21:57:57 +0100
  • 84e104d83e Implement some basic syscall Mathieu Maret 2021-11-02 21:47:05 +0100
  • 98db8b8962 add context switch in thread Mathieu Maret 2021-11-02 21:24:12 +0100
  • 814d38bc97 Makefile: all asm in Gnu AS Mathieu Maret 2021-10-31 00:04:01 +0200
  • 0040fb1cda Add basic test for process Mathieu Maret 2021-10-30 15:43:40 +0200
  • ec65623da4 Reduce kthead execution time Mathieu Maret 2021-10-30 15:34:13 +0200
  • 5230b971b2 Add process subsystem Mathieu Maret 2021-10-30 15:30:19 +0200
  • e65a57d55d Rename kthread to thread Mathieu Maret 2021-10-30 14:18:21 +0200
  • ca4b318df6 rename struct kthread in thread Mathieu Maret 2021-10-30 14:08:12 +0200
  • e6524c7d48 Naming fix Mathieu Maret 2021-10-30 13:58:12 +0200
  • 2c4ade0fca test show free mem before/after Mathieu Maret 2021-10-30 00:37:26 +0200
  • 79a2bc58ae Integrate MMU context Mathieu Maret 2021-10-30 00:28:31 +0200
  • 55e709adb5 allocArea: implement allocPhy failure case Mathieu Maret 2021-10-29 23:06:03 +0200
  • 7081fea36d Fix areaAlloc map failing and tests Mathieu Maret 2021-10-28 23:49:58 +0200
  • d702c7b60e malloc: fix recursivity with areaAlloc Mathieu Maret 2021-10-28 23:18:05 +0200
  • 186192023d Exception: fix stack for ex withour err code Mathieu Maret 2021-10-28 19:24:31 +0200
  • f1039b7fe4 context: add copy kernel context Mathieu Maret 2021-10-28 19:18:03 +0200
  • ca399ee782 Modify areaAdd api to be able to do more check Mathieu Maret 2021-10-28 18:33:02 +0200
  • be080af906 Fix initial area setup Mathieu Maret 2021-10-28 18:19:35 +0200
  • e658ea6e48 Fix upper area limit Mathieu Maret 2021-10-28 00:58:24 +0200
  • 07d173a9c1 Sync PDs on modifications Mathieu Maret 2021-10-28 00:41:02 +0200
  • 7b9ceba6b2 Give stack information to area Mathieu Maret 2021-10-28 00:32:35 +0200
  • 9ae500f06e Add more test Mathieu Maret 2021-10-26 23:26:42 +0200
  • 7f6bb8eef3 add mmu context Mathieu Maret 2021-10-26 22:52:24 +0200
  • 46e1bb0642 area alloc: mapping optionnal Mathieu Maret 2021-10-26 22:29:51 +0200
  • 2c6ffe34a1 Allow to unref unrefered page Mathieu Maret 2021-10-26 22:08:36 +0200
  • 4aa093034b Page fault: more information Mathieu Maret 2021-10-26 21:57:45 +0200
  • fbb51dff0f Fix Area research and init size Mathieu Maret 2021-10-26 21:42:57 +0200
  • 1e7f99a3e2 Correct irq asm handling Mathieu Maret 2021-10-26 20:55:15 +0200
  • 3fb667d62e Core exception handling w or wo err code Mathieu Maret 2021-10-26 20:22:10 +0200
  • 75dbbdb53b Wrap IRQ, Exception, cpu_context to be ready for user Mathieu Maret 2021-10-25 23:25:31 +0200
  • 8f6f6cf471 WIP: add TSS management Mathieu Maret 2021-10-17 15:37:20 +0200
  • 8a53ecfecd VGA: could be configured from MBI Mathieu Maret 2021-10-25 21:29:02 +0200
  • 8ff10c938c Improve print information from mbi Mathieu Maret 2021-10-18 20:39:08 +0200
  • d2accf3da6 Merge pull request 'ASM_WRAPPER' (#3) from ASM_WRAPPER into master mathieu 2021-10-08 17:07:17 +0200
  • 5c7242e4dc Use ASM exception wrapper Mathieu Maret 2021-10-07 23:54:46 +0200
  • 4e14b05f72 irq handler get complete CPU state in arguments Mathieu Maret 2021-10-07 23:11:17 +0200
  • d2417ef349 esp and ss are push for x86_64 Mathieu Maret 2021-10-07 21:53:25 +0200
  • ddc0c4c84a Wrap IRQ with ASM Mathieu Maret 2021-10-07 21:23:32 +0200
  • 590311f3f1 Add ATA to feature Mathieu Maret 2021-10-06 14:00:55 +0200
  • f9d8a4ad29 Merge pull request 'ata' (#2) from ata into master mathieu 2021-10-06 13:50:10 +0200
  • 19714126d1 ATA add write and some test Mathieu Maret 2021-10-05 23:55:15 +0200
  • 1a337881f3 ATA Add Read function Mathieu Maret 2021-10-05 23:10:10 +0200
  • 4fe87718b1 Add target for disk img Mathieu Maret 2021-10-05 22:07:17 +0200
  • 1ce5874b0a Add disk image option to makefile Mathieu Maret 2021-10-05 22:01:13 +0200
  • a47783ed9c fix ATA disk and controller detection Mathieu Maret 2021-10-05 21:59:36 +0200
  • 9c36f3afa2 Add zalloc Mathieu Maret 2021-10-04 21:20:16 +0200
  • f2e32cc0fd Add ATA Mathieu Maret 2021-10-03 23:19:00 +0200
  • 92b4f4af3a Add Feature section to Readme Mathieu Maret 2021-10-01 22:26:24 +0200
  • d357d63ff3 Merge pull request 'areaIntegration' (#1) from areaIntegration into master mathieu 2021-10-01 22:22:09 +0200
  • 1222c0b998 Merge branch 'master' into areaIntegration mathieu 2021-10-01 22:21:31 +0200
  • 8edaa8646f link slab allocator to areaAlloc Mathieu Maret 2021-08-19 16:44:47 +0200
  • a96f72b0af Add alternative memcpy implementation memcpy_perf Mathieu Maret 2021-09-15 21:58:06 +0200
  • 57bae864f8 Add memcpy perf test Mathieu Maret 2021-09-15 21:53:08 +0200
  • 10d42721e9 Add read_cycle_counter Mathieu Maret 2021-09-15 21:51:58 +0200
  • 220597a881 gdb: add custom cmd for printing linked list Mathieu Maret 2021-08-19 16:42:44 +0200
  • 31aaf10635 bootstrap alloc and area Mathieu Maret 2021-08-09 09:26:10 +0200
  • 5a078249d0 Makefile: grouped targets for kernel.sym allocArea Mathieu Maret 2021-08-02 15:07:45 +0200
  • 8bb6cdbad4 Complete details about first 1MB reserved Mathieu Maret 2021-06-09 22:23:33 +0200
  • 865d3b811e Rename memDesc to phyMemDesc Mathieu Maret 2021-04-10 21:53:03 +0200
  • 4887984322 Thinner phy page pre-booking Mathieu Maret 2021-04-10 00:24:02 +0200
  • 32446b3603 Correct NULL access Mathieu Maret 2021-04-09 20:47:20 +0200
  • 1d1ed1ef60 GDB: add cmd for Phy Mem state Mathieu Maret 2021-04-09 20:46:49 +0200
  • 8c0c61c099 Pagefault handler never come back Mathieu Maret 2021-04-09 20:45:40 +0200
  • 582c06afbc Reduce mem to 16M in debug Mathieu Maret 2021-04-09 20:44:48 +0200
  • cff4e43cb8 Reduce mem to 32M Mathieu Maret 2021-04-09 20:44:24 +0200