Skip to main content
Advice
0 votes
1 replies
52 views

I was reading Operating System Concepts by Galvin, and in the deadlock avoidance (Resource-Allocation Graph) section I found this statement: "Note that the resources must be claimed a priori in ...
Parth G's user avatar
Advice
0 votes
2 replies
75 views

Request for Review of "Random" Driver Failures Report I'm looking for feedback from people who work with Windows drivers, UMDF, HVCI/Core Isolation, or platform security. Summary We’ve been ...
PuzzleheadedShirt902's user avatar
0 votes
0 answers
150 views

What I have I have the beginning of a kernel that runs fine in QEMU from an ISO file that I custom made, but when booting that same ISO file in bare metal from Ventoy, the program crashes at mov cr0, ...
Adi Mehmedičević's user avatar
Advice
1 vote
1 replies
92 views

I am currently working on an operating System using x86, I don't know much about operating systems, so I'm looking for a way to learn how they work. I'm curious if OS dev is a good place to learn how ...
GoofyKetchup's user avatar
Advice
0 votes
0 replies
38 views

In Adaptive Autosar does anyone use is monolithic architecture? if not why only mikrokernel architecture for OS?
Jackie's user avatar
  • 119
2 votes
0 answers
78 views

I tried to make a function that finds all existing PCIe device's functions and saves the physical address of their config space to an allocated memory for my os, but I noticed that I got WAY too much ...
someuser's user avatar
0 votes
0 answers
153 views

I've a class which is a QIODevice that wraps a background producer thread. It consumes data from a source QIODevice in a producer thread and provides it via the standard QIODevice API (read, seek, etc....
unknown.prince's user avatar
0 votes
2 answers
162 views

I am trying to extract MemTotal and MemFree from /proc/meminfo using open() and read() (not using fgets() or scanf()). However, the values are sometimes incorrect or extremely large. Total Memory in ...
Prasad Wable's user avatar
Advice
0 votes
9 replies
113 views

I'm reading the 9th Edition of Silberschatz' OS Concepts book and couldn't find a sufficient answer to my question. My first instinct is to say no but then again, the kernel has to be handed control ...
hele's user avatar
  • 1
1 vote
0 answers
92 views

I'm currently working on an x64 Bootloader for a school project, but can't get it to run my Kernel. Bootloader.asm ;################################### ; Real Mode ;##########################...
Oskar T's user avatar
Advice
1 vote
1 replies
82 views

I have a question regarding the UEFI boot process and how it handles memory information: UEFI reads the Serial Presence Detect (SPD) data from RAM chips and "knows" the available physical ...
Shukai Ni's user avatar
  • 465
Advice
0 votes
6 replies
121 views

I'm considering switching from Windows to Linux for my software development environment and would like to understand the performance and security benefits of making this change. Specifically, I'm ...
Yrozxm's user avatar
  • 1
1 vote
4 answers
249 views

Is exit syscall actually invoked even if it is not called by a library function explicitly in the case a program terminates correctly by reaching the return statement in the main function?
Fabio's user avatar
  • 39
0 votes
2 answers
117 views

I am still unclear on this concept. As far as I know,system calls are invoked by library functions known as wrapper functions that typically have the same name. For example,open() in the standard C ...
Fabio's user avatar
  • 39
Advice
1 vote
9 replies
120 views

I'm studying Operating systems concepts from books, I'm on system calls topic. From what I have understand so far is that system calls are basically some special functions allowing user program to ...
Fabio's user avatar
  • 39

15 30 50 per page
1
2 3 4 5
921