-
I do osdev . So i need VirtualBox to work in school , since they dont even allow someone to go terminal. Is there a way to make the VirtualBox.exe non admin? This superuser exchange anwser will tell y…
-
Hi,
please could you give a build of tysos and tysila.
I'm getting many errors, and after fixing it says built, But no exe is made.
I really need it for this: https://wiki.osdev.org/C_Sharp_Bare_B…
-
Implement switching to and from user-mode. Switching to user mode should happen before executing a task. Switching from user mode occurs during interrupts and syscalls.
This will require changes to…
-
Another goal is to translate a virtual address to a physical address.
This implies parsing the page tables.
Now either the hypervisor supports this already and can offer us an API, or we have to i…
-
Following http://wiki.osdev.org/Bare_Bones series.
![image](https://cloud.githubusercontent.com/assets/2051361/12077248/84b82ce6-b18f-11e5-9aba-aee95650b0f5.png)
---
- [ ] IRQs
- [ ] Keyboard Input
-…
-
I think the IDEInterface would need to change in a few ways (and we should always have a CD ROM drive even with no cdrom buffer)... Here's my understanding of the problem based on the osdev wiki ( ht…
-
Hey, I found a tutorial in c on how to access ide devices. It uses the pci controller to access the drives. Can someone please port over the code? Tutorial: http://wiki.osdev.org/PCI_IDE_Controller
-
I would really like to make my own OS, but there is no documentation.
So how can I?
-
4.3.2 has the code listing:
```
void serial_configure_baud_rate(unsigned short com, unsigned short divisor)
{
outb(SERIAL_LINE_COMMAND_PORT(com),
SERIAL_LINE_ENABLE_DLAB);
outb(SER…
-
I'd like to know if there's any PPC support, please. On the OSDev wiki projects list, Einherjar is described as "Forth computing environment for PowerPC Macs," but there's no mention of it in the READ…
eekee updated
9 months ago