antifallobst
antifallobst pushed to main at nerdcult/nemu-old 2023-03-16 23:21:26 +00:00
03fe6a1843 merged with changes ep.ickhorn made
c3b54c8813 organized codebase
Compare 2 commits »
antifallobst pushed to main at nerdcult/nemu-old 2023-03-16 22:32:14 +00:00
b8b418fc8c fixed collaborator email
antifallobst pushed to main at nerdcult/nemu-old 2023-03-16 22:27:17 +00:00
61dd08bf96 initial workspace setup
antifallobst pushed to main at nerdcult/nemu-old 2023-03-16 21:18:12 +00:00
c8e1170975 added jetbrains project files to gitignore
antifallobst commented on issue noxos/organization#1 2023-03-15 20:46:03 +00:00
Decide the Direction

Planning an operating system is probably not the best thing you can do, when you're brain-AFK.

antifallobst commented on issue noxos/organization#1 2023-03-15 20:15:15 +00:00
Decide the Direction

I think the first step will be to make noxos 'operational', by this i mean having a compiler and a text editor. From this base, we can think on, personally i think using noxos as a…

antifallobst renamed repository from Drivers to noxos/drivers 2023-03-15 19:37:35 +00:00
antifallobst renamed repository from noxos to noxos/kernel 2023-03-15 19:27:18 +00:00
antifallobst transferred repository antifallobst/noxos to noxos/kernel 2023-03-15 19:26:16 +00:00
antifallobst pushed to master at noxos/kernel 2023-03-11 12:25:56 +00:00
a77b8b9b14 feature (acpi): implemented RSDP descriptor verification
antifallobst pushed to master at noxos/kernel 2023-03-11 10:24:01 +00:00
a6af38bb39 feature (string utils): replacing NULL reference strings in format with warning
antifallobst pushed to master at noxos/kernel 2023-03-11 10:05:49 +00:00
b89c2fba83 docs: documented basic ACPI implementation
fedca7b7e4 fix (acpi): fixed oem_id field in RSDP_v1 struct
Compare 2 commits »
antifallobst pushed to master at noxos/kernel 2023-03-11 09:39:13 +00:00
606e4b619c fix (scheduler): added chunk NULL reference check when resolving processes
b5e2945165 feature (acpi): requesting RSDP from bootloader
Compare 2 commits »
antifallobst pushed to master at noxos/kernel 2023-03-10 11:58:18 +00:00
a4c1d17aac feature (build system): running in UEFI mode by default, bios mode stays accessible with the 'bios' argument
antifallobst pushed to master at noxos/kernel 2023-03-10 11:55:08 +00:00
088efd4b56 feature (build system): added toolchain check to build.sh
antifallobst pushed to master at noxos/kernel 2023-03-10 11:25:45 +00:00
cebae95696 fix (init): fixed crash when emulating in uefi mode
antifallobst pushed to master at noxos/kernel 2023-03-10 11:14:44 +00:00
aa9dbb7b6d fix (paging): removed accidentally placed stuff
antifallobst pushed to master at noxos/kernel 2023-03-10 10:33:05 +00:00
ff71a366c3 license: removed unnecessary license comment blocks
antifallobst pushed to master at noxos/kernel 2023-03-10 01:30:34 +00:00
ed490817e2 fix (stack-tracing): added rip memory region check for process resolving
antifallobst pushed to master at noxos/kernel 2023-03-08 23:45:12 +00:00
3d0aedeeca docs: documented fix of symbol name resolve bug when function is extern / assembly