Commit Graph

  • 41bdbada31
    Update todo Alex 2023-04-20 04:07:07 +03:00
  • 0eb8ba0f69
    Fix bug causing vector removal to skip elements Alex 2023-04-20 03:24:23 +03:00
  • fea5485958
    todo MB2MemoryMapper.cpp Alex 2023-04-19 04:17:11 +03:00
  • ad1bcdab47
    Better debug info Alex 2023-04-19 00:50:29 +03:00
  • ecc19f4df0
    Reserve all pages and then unreserve available pages Alex 2023-04-19 00:50:09 +03:00
  • b15f738e16
    Optimize RNG functions Alex 2023-04-16 22:05:02 +03:00
  • 37f5b77421
    Organize driver binding files Alex 2023-04-11 12:41:50 +03:00
  • 411b468f71
    Optimize memory usage Alex 2023-04-11 12:06:32 +03:00
  • c563bb395e
    Default scheduler should be multi Alex 2023-04-11 11:54:17 +03:00
  • db2de2948e
    Rename kernel files Alex 2023-04-11 11:47:53 +03:00
  • 69bfc7d9ed
    Kernel processes should have IsCritical flag enabled by default Alex 2023-04-11 11:42:12 +03:00
  • fa4713fdff
    Fix kernel crash after an interrupt occurs on the BSP Alex 2023-04-11 11:30:37 +03:00
  • 046c693a52
    Use an enum to specify what ist to use Alex 2023-04-11 11:28:35 +03:00
  • 78f4bdd6a8
    Refactored code to use {} initialization instead of dynamic allocation with 'new' in disk manager class Alex 2023-04-10 06:24:44 +03:00
  • 41dafe32fb
    Move all std related headers to "include_std" Alex 2023-04-10 06:08:58 +03:00
  • e414804445
    Test assert macro Alex 2023-04-10 06:08:30 +03:00
  • c8157a828a
    Sleep between frames to have a constant frame rate Alex 2023-04-10 06:08:12 +03:00
  • 70e11f17e7
    Implement std::atomic and remove the old implementation Atomic and rename vector.hpp to vector Alex 2023-04-10 05:29:41 +03:00
  • b4dbf2c281
    QoL and bug fixes Alex 2023-04-10 03:11:46 +03:00
  • 25aa9ff6a6
    Fix compilation issues on i386 and aarch64 Alex 2023-04-07 05:27:02 +03:00
  • 98c137566d
    Replace __attribute__ with a macro from types.h Alex 2023-04-07 05:22:14 +03:00
  • 7fa3e91a53
    Optimize memory mapping Alex 2023-04-07 05:12:48 +03:00
  • 540152a339
    Add support for 2MB and 1GB map Alex 2023-04-07 01:39:11 +03:00
  • 5becc15ed7
    Fix ubsan blacklist Alex 2023-04-07 01:38:31 +03:00
  • 76239ec4ad
    Add Get() function for every cpuid struct Alex 2023-04-06 18:36:16 +03:00
  • 9b84d0147d
    Add 2MB and 1GB PAGE_SIZE macro Alex 2023-04-06 18:17:56 +03:00
  • 5e5819e3be
    Fix compilation issues Alex 2023-04-06 18:11:01 +03:00
  • 78d785f1c6
    Move hypervisor cpuid structs to a separate file Alex 2023-04-06 18:03:05 +03:00
  • 250b01b928
    Update AMD's cpuid unions based on #40332 (Vol. 3 Appendix E.3) Alex 2023-04-06 18:02:24 +03:00
  • b8186bb3d9
    Make rsp to be at physical address Alex 2023-04-04 21:08:45 +03:00
  • b265b4aced
    Make aarch64 compilable Alex 2023-04-04 19:36:45 +03:00
  • 74dab6c44e
    Update TODOs Alex 2023-04-04 19:36:21 +03:00
  • 4e20d4d9f4
    Enable compilation of project on AArch64 architecture Alex 2023-04-04 16:06:54 +03:00
  • c4ae288ef1
    Render only 26 frames from bootanim Alex 2023-04-04 03:45:19 +03:00
  • c6add85f40
    Do not compile mem operations on non-debug env Alex 2023-04-04 03:36:51 +03:00
  • 548e410a6e
    Remove codacy workflow Alex 2023-04-04 03:29:45 +03:00
  • f81922f63d
    Move syscall handler to SystemCalls.cpp Alex 2023-04-04 03:25:25 +03:00
  • d2c241fcb6
    Wrong block comment for nasm files Alex 2023-04-04 02:21:14 +03:00
  • 25256d81a8
    Added license headers to all project files Alex 2023-04-04 02:19:05 +03:00
  • 68905338ad
    Change LICENSE file to GPL-3.0 Alex 2023-04-04 02:17:22 +03:00
  • 6f106611ff
    Add BSD license to the API headers Alex 2023-04-04 02:15:58 +03:00
  • f69f29c5bb
    Implementation for userspace interpreter Alex 2023-03-31 17:36:34 +03:00
  • 8747a54fea
    Interpreter thread should exit after sending IPC data Alex 2023-03-31 17:35:24 +03:00
  • 3f89b6d863
    Crash screen: Frames tab should get physical address of rbp on usermode threads Alex 2023-03-31 17:32:30 +03:00
  • eae6006d25
    Add Virtual::GetPhysical() Alex 2023-03-31 17:30:33 +03:00
  • 43af65b21e
    Implement strcasecmp, wcslen and wcsrtombs Alex 2023-03-30 19:57:12 +03:00
  • 09e549fdb7
    Add stub headers Alex 2023-03-30 19:53:58 +03:00
  • 28b0a393bf
    Add FramebufferType Alex 2023-03-30 19:23:55 +03:00
  • b6f9a644a7
    Map the kernel too Alex 2023-03-30 19:21:14 +03:00
  • 73f38799eb
    Update multiboot2 bootstrap code Alex 2023-03-29 10:56:23 +03:00
  • 212121a40b
    Change audio test file Alex 2023-03-29 03:27:04 +03:00
  • 9e21c5326b
    Support i386 Alex 2023-03-29 03:02:49 +03:00
  • 38dae2c9f7
    Add test for memory operations Alex 2023-03-27 23:33:10 +03:00
  • 3f1467378e
    Check if Display is valid Alex 2023-03-27 23:10:13 +03:00
  • 5c1eb4d2bf
    Rename thread Alex 2023-03-27 20:38:09 +03:00
  • bb862bf600
    Move PEXIT and TEXIT to task.hpp Alex 2023-03-27 20:37:58 +03:00
  • 678744f65d
    Fix kernel mapping Alex 2023-03-27 20:30:19 +03:00
  • 98677c7b5b
    Unhook interrupts from every driver on crash Alex 2023-03-27 20:30:03 +03:00
  • 93afcd2210
    QoL improvements Alex 2023-03-27 20:11:32 +03:00
  • 3eb6923374
    Update TODO Alex 2023-03-27 16:34:56 +03:00
  • 49c627589c
    CheckSIMD should use flags Alex 2023-03-27 16:32:42 +03:00
  • 7d35a0c315
    Change display buffer Alex 2023-03-27 16:27:39 +03:00
  • 1266764aec
    Process cleanup should be done by a thread Alex 2023-03-27 02:50:57 +03:00
  • fe64c55afc
    Do not loop if the next hook is null Alex 2023-03-27 02:50:22 +03:00
  • a09790e4f2
    Test TO_PAGES and FROM_PAGES macros Alex 2023-03-27 02:49:56 +03:00
  • d136f9fd42
    Comment PRINT_BACKTRACE Alex 2023-03-26 21:21:10 +03:00
  • f4641e21fe
    Refactor driver file creation to use structured binding Alex 2023-03-26 21:20:12 +03:00
  • e6c103c671
    Ignore frame-address warning Alex 2023-03-26 21:16:26 +03:00
  • c6da67a7a3
    Add SetDoNotScroll Alex 2023-03-26 21:16:02 +03:00
  • ab64b9f3b0
    Fix logic in conditional statement inside sys_print Alex 2023-03-25 12:11:18 +02:00
  • 028115a1b0
    Boot screen & change shutting down/rebooting procedure Alex 2023-03-25 12:05:33 +02:00
  • cef9d89965
    More debug messages Alex 2023-03-25 12:03:14 +02:00
  • eeeba9a569
    Add BootAnimation Alex 2023-03-25 12:02:59 +02:00
  • 9718defcaa
    Add an argument parser Alex 2023-03-25 12:02:26 +02:00
  • 7218575b48
    Rename heap allocation function Alex 2023-03-25 12:02:01 +02:00
  • e3a544e79c
    Directly return the fs root if the path is "/" Alex 2023-03-25 12:00:43 +02:00
  • 2d03d629dc
    Check if CreateThread() has a valid parent Alex 2023-03-25 12:00:00 +02:00
  • 981534ea47
    Document ID inside RFLAGS Alex 2023-03-25 11:58:11 +02:00
  • 3aba6b4881
    Add backtrace log inside deadlocks Alex 2023-03-25 11:57:31 +02:00
  • 42bcdefc6b
    Rename "vfs" to "vfs_ctx" inside USTAR class Alex 2023-03-25 11:57:07 +02:00
  • 177a80403f
    Fix isdelim Alex 2023-03-25 11:55:42 +02:00
  • 13890ba91a
    Add stub headers Alex 2023-03-25 11:55:22 +02:00
  • 4bd42e4378
    Add stb headers Alex 2023-03-25 11:54:27 +02:00
  • 9ce301907a
    QoL improvements Alex 2023-03-24 16:22:42 +02:00
  • 3d03f8943b
    Improve exception message Alex 2023-03-23 23:27:37 +02:00
  • 7391a283a3
    Use physical address for Kernel.FileBase Alex 2023-03-23 23:26:42 +02:00
  • 8b082ac98a
    Map kernel file too Alex 2023-03-23 23:26:18 +02:00
  • 338df2d9fa
    Better deadlock message Alex 2023-03-23 23:25:32 +02:00
  • 14bd4e1b96
    Detect earlier if TCG processor is present Alex 2023-03-23 23:25:19 +02:00
  • c56bc2c4d7
    SwapPage should be after loop Alex 2023-03-23 23:23:47 +02:00
  • 6a7e940e80
    Show address in error message Alex 2023-03-23 23:23:02 +02:00
  • 6c1e2e50a4
    Add GetKernelStack Alex 2023-03-23 23:21:50 +02:00
  • 86c290f830
    Remove broken code Alex 2023-03-23 23:21:34 +02:00
  • 76f8477712
    Update driver loading procedure Alex 2023-03-23 20:49:13 +02:00
  • 7b2137bf4d
    Update shared_ptr function names Alex 2023-03-23 20:48:50 +02:00
  • 6b01a21a71
    Change Interrupts::Handler Alex 2023-03-23 20:48:09 +02:00
  • 958e4c792e
    Update Fex header Alex 2023-03-23 20:46:28 +02:00
  • bff3cb04a0
    Update Driver API header Alex 2023-03-23 20:46:19 +02:00
  • 692a309289
    Rename arm include directory Alex 2023-03-23 05:03:09 +02:00
  • f86f3d9293
    Rename std functions to match the standard Alex 2023-03-23 04:56:49 +02:00