Commit Graph

  • eba6bc07c1
    Declare all Tamsyn font files to display.cpp EnderIce2 2024-02-10 04:45:34 +02:00
  • 15585c4b2e
    Update qemu-disk.img to qemu-disk.qcow2 in Makefile EnderIce2 2024-02-10 04:36:07 +02:00
  • b3dd752d98
    Add *.qcow2 to .gitignore EnderIce2 2024-02-10 04:35:55 +02:00
  • 7e60b1af9b
    Check checksum signature before reading the data EnderIce2 2024-02-10 04:32:59 +02:00
  • 96530ad165
    Add ATA_CMD_IDENTIFY and SATA SDD detection EnderIce2 2024-02-10 04:30:03 +02:00
  • b31384fc55
    Refactor display.hpp EnderIce2 2024-02-05 16:19:07 +02:00
  • b0575ba4f2
    Rename "SafeFunction" macro to "NoSecurityAnalysis" EnderIce2 2024-02-04 04:31:30 +02:00
  • 11221b205a
    Refactor code to improve performance and readability EnderIce2 2024-02-04 04:29:17 +02:00
  • 69c61037ed
    Remove __naked attribute from Stop() function EnderIce2 2024-02-04 04:05:34 +02:00
  • bb946ea568
    Fix CPU functions for aarch64 EnderIce2 2024-02-04 04:04:30 +02:00
  • f0ea4e3afb
    Use gradient for top bar EnderIce2 2024-02-04 03:47:45 +02:00
  • fc8027a377
    Add additional general purpose registers to TrapFrame struct EnderIce2 2024-02-04 03:45:45 +02:00
  • e7c4a5758c
    Update CPU::TrapFrame in crash handler functions EnderIce2 2024-02-04 02:26:43 +02:00
  • 6301975d96
    Enable default PIE for cross-compilation EnderIce2 2024-02-02 02:00:10 +02:00
  • 2bfdaaefd8
    Fix build order in Makefile EnderIce2 2024-02-02 01:59:40 +02:00
  • 9365295da7
    Update Doxyfile with new file paths EnderIce2 2024-02-02 01:59:24 +02:00
  • 394e64fa14
    Update kernel file name EnderIce2 2024-02-02 01:59:16 +02:00
  • d89f59a252
    Implement file mapping functionality in linux_mmap() EnderIce2 2024-02-02 01:58:31 +02:00
  • 9538b8ef31
    Refactor VirtualMemoryArea::Fork to use auto& EnderIce2 2024-02-02 01:53:36 +02:00
  • de220bf879
    Refactor GetAllocatedPagesList and GetSharedRegions to return references EnderIce2 2024-02-02 01:51:39 +02:00
  • edd7e3bbc2
    Update crash handler to include exception address and symbol in trace output EnderIce2 2024-02-01 22:46:58 +02:00
  • fa6779b8c7
    Fix issue with reading ELF header EnderIce2 2024-02-01 20:31:49 +02:00
  • 053e167002
    Add CheckRegion function EnderIce2 2024-02-01 16:27:10 +02:00
  • a0b98e8c57
    Refactor ELFObject class and remove unused functions EnderIce2 2024-02-01 16:25:32 +02:00
  • 4722e34a01
    Update Makefile to disable NLS for cross-compilation EnderIce2 2024-01-30 21:30:26 +02:00
  • f218181f0a
    Update tool dependencies in Makefile EnderIce2 2024-01-30 04:22:09 +02:00
  • a18b24e859
    Update files EnderIce2 2024-01-19 06:53:16 +02:00
  • 96daa43d38
    Update kernel EnderIce2 2024-01-19 06:47:42 +02:00
  • c685a37c15
    Update userspace EnderIce2 2024-01-19 06:45:44 +02:00
  • da4a6317ea
    Update drivers EnderIce2 2024-01-19 06:44:00 +02:00
  • fd15592608
    Add missing license note EnderIce2 2023-10-27 14:24:12 +03:00
  • 877f91c80f
    Fix IsVirtualizedEnvironment() EnderIce2 2023-10-27 14:21:08 +03:00
  • 51ae83bcb2
    Use /bin/utest instead of init for debugging EnderIce2 2023-10-20 01:42:56 +03:00
  • cfee4807c4
    ISR 0x1 should have RING3 EnderIce2 2023-10-20 01:42:24 +03:00
  • da7e9d781f
    GetCurrentCPU reporting wrong ID EnderIce2 2023-10-20 01:42:02 +03:00
  • e0bd4cee3c
    Fix unqualified call to 'std::move' EnderIce2 2023-10-17 02:21:52 +03:00
  • 54a47ad3a5
    Update std headers EnderIce2 2023-10-11 13:00:15 +03:00
  • 56358280a7
    Update std headers EnderIce2 2023-10-10 06:09:17 +03:00
  • bd04d2bf2f
    Fix elf binaries were loaded wrongly Alex 2023-10-09 03:59:24 +03:00
  • 23ad9e3b5d
    Update submodules Alex 2023-10-09 01:48:42 +03:00
  • df42eadad7
    Update Makefile Alex 2023-10-09 01:48:21 +03:00
  • 6b7ee96d99
    Add shebang Alex 2023-10-09 01:35:35 +03:00
  • 34e5b2e155
    Update initrd Alex 2023-10-09 01:32:34 +03:00
  • 17787dbc9b
    Update userspace Alex 2023-10-09 01:25:55 +03:00
  • 2ee57b9756
    Update example module Alex 2023-10-09 01:20:53 +03:00
  • 889e1522a3
    Restructured and rewritten entire codebase Alex 2023-10-09 01:16:24 +03:00
  • ccff4d72f3
    Add robots.txt Alex 2023-10-07 22:01:51 +03:00
  • f2d998f9d1
    Update submodules Alex 2023-09-07 04:26:14 +03:00
  • 883d2e3481
    Enable debugging in musl Alex 2023-09-07 04:25:39 +03:00
  • 446a571018
    Tasking is now working under 32-bit Alex 2023-09-07 04:22:34 +03:00
  • 9e751dcc41
    First parse the params Alex 2023-09-07 03:05:44 +03:00
  • 95aefb13db
    Do not enable cr4.FSGSBASE Alex 2023-09-07 03:05:29 +03:00
  • fcf1e7528e
    Search for SMBIOS & RSDP if the bootloader doesn't provide them Alex 2023-09-07 02:58:20 +03:00
  • a452b9acd1
    Add support for legacy Multiboot aka Multiboot1 Alex 2023-09-06 22:43:33 +03:00
  • 6db0df6afe
    Simplify Display::Print Alex 2023-09-04 15:11:01 +03:00
  • 6094c966b2
    Show info about the framebuffer on screen Alex 2023-09-04 15:10:43 +03:00
  • 840b49abd0
    Initialize CPU feature first before doing anything Alex 2023-09-03 19:24:28 +03:00
  • c5c76d3f9d
    Various QoL changes Alex 2023-09-03 19:24:14 +03:00
  • 4abf69f597
    Fix x32 compilation Alex 2023-09-02 19:47:28 +03:00
  • 0840c046b9
    Half working elf loader Alex 2023-09-02 19:46:10 +03:00
  • 20227aabe5
    Hide repetitive debug messages Alex 2023-09-02 19:45:53 +03:00
  • ac2bc8f6d0
    Fully copy function names Alex 2023-09-02 19:45:18 +03:00
  • 6d95cd5261
    Rework for APIC & added support for x2APIC Alex 2023-08-31 01:07:55 +03:00
  • 612e8cc726
    Test code for tasking Alex 2023-08-31 00:56:51 +03:00
  • f8487698dd
    Fix wrong char in sc_ascii_high Alex 2023-08-30 05:42:14 +03:00
  • 622214003f
    Update GDT & IDT structures Alex 2023-08-25 02:53:35 +03:00
  • fc3fd48191
    Update Userspace Alex 2023-08-24 04:55:17 +03:00
  • 1d350812c7
    Update Modules Alex 2023-08-24 04:55:09 +03:00
  • ed7b19ce63
    Update modules Alex 2023-08-24 04:54:36 +03:00
  • a945423ef9
    Update userspace Alex 2023-08-24 04:53:34 +03:00
  • 11a8e55451
    Update kernel Alex 2023-08-24 04:50:13 +03:00
  • 425da0b8c3
    Add parallel.log Alex 2023-08-24 04:49:51 +03:00
  • 13cc13e178
    Removed memtrk Alex 2023-08-24 04:49:29 +03:00
  • 03cd291f37
    Update config Alex 2023-08-24 04:48:15 +03:00
  • 05610c7e7a
    Fix compiler issues in 32-bit Alex 2023-08-24 04:45:13 +03:00
  • 83bd843e2b
    Move ACPI and DSDT files to Core directory Alex 2023-08-24 04:29:39 +03:00
  • b06cc8da26
    Ignore unused parameters warning Alex 2023-08-24 04:28:42 +03:00
  • aa108c08f6
    Rework IDT Alex 2023-08-24 03:14:52 +03:00
  • e689538542
    Show available LPT and COM ports Alex 2023-08-24 03:13:54 +03:00
  • 7842b6310d
    Fix broken 32-bit kernel Alex 2023-08-24 03:13:36 +03:00
  • bef0897442
    Fix 32-bit compilation Alex 2023-08-23 16:59:21 +03:00
  • 8898791257
    Update kernel code Alex 2023-08-22 06:21:17 +03:00
  • e5c3c55e17
    Update userspace for mlibc support Alex 2023-08-11 23:21:01 +03:00
  • 644edf1c7c
    Update Kernel submodule Alex 2023-08-11 04:58:17 +03:00
  • ef3b761d4f
    Removal of NASM support and migration of .asm files to .s Alex 2023-08-11 04:57:32 +03:00
  • 19a36b37ee
    Update Kernel submodule Alex 2023-08-06 18:28:10 +03:00
  • 0dc4593625
    Fix compilation on Release mode Alex 2023-08-06 15:46:30 +03:00
  • 4b930236c7
    Update OS Alex 2023-08-06 04:55:00 +03:00
  • 2c51e4432f
    Update kernel Alex 2023-08-06 04:53:14 +03:00
  • 2fd23205db
    Update userspace Alex 2023-08-06 04:52:48 +03:00
  • 7e78c2e124
    Add meson, gcc-10 & g++-10 Alex 2023-06-12 02:40:11 +03:00
  • 0f8cb900cb
    Update echo Alex 2023-06-12 00:46:49 +03:00
  • b10d76cd53
    Update libc Alex 2023-06-12 00:46:35 +03:00
  • 3b65386399
    Update crash keyboard driver Alex 2023-06-11 12:24:30 +03:00
  • 85c0de688d
    Fix sleep syscall Alex 2023-06-11 01:36:39 +03:00
  • f552b8f6f0
    Update debug macros Alex 2023-06-11 01:34:37 +03:00
  • b2b08b14a3
    Fix github workflow Alex 2023-06-10 14:54:53 +03:00
  • d12799b9f5
    Update submodules Alex 2023-06-10 13:16:07 +03:00
  • 12497ae1fc
    Update vscode config Alex 2023-06-10 13:15:42 +03:00
  • 964d5fa2d0
    Update mlibc Alex 2023-06-10 13:13:12 +03:00