-
see https://wiki.osdev.org/ATA_PIO_Mode
hawkw updated
4 years ago
-
It would be awesome to construct multiboot2-headers at runtime with macros.
For reference: That's how you write a header in assembly language: https://github.com/rust-osdev/multiboot2/blob/main/int…
-
https://wiki.osdev.org/GDB
-
Resources:
- http://wiki.osdev.org/Paging
- https://github.com/redox-os/redox/blob/master/kernel/arch/x86_64/paging.rs
-
https://wiki.osdev.org/Ensoniq_AudioPCI
-
http://wiki.osdev.org/Meaty_Skeleton
-
안녕하세요, 운영체제 개발을 하고 있는 사람인데.. 제 생각에는 메모리를 관리하는 방법에서 manual probing이라는 방법을 mint64os에서는 사용하는 것 같아요(자세한거 https://wiki.osdev.org/Detecting_CPU_Speed 참고하시면 될 것 같아요). 제가 운영체제를 개발할 때에도 그 방법을 사용했는데 그 방법은 메모리가 …
-
https://wiki.osdev.org/Raspberry_Pi_Bare_Bones
Explica como arrancar desde 0 en una raspberry pi.
-
On Dell a XPS 9510 (and presumably other related models) accidental contact with the touchpad whilst memtest86+ is running causes an exit and reboot.
The touchpad is quite large on this model of l…
-
I have noticed that you use a loop to halt your kernel. This is usually fine, but in the case of an interrupt it can fail. An option instead then is to first clear interrupts with the `cli` instructio…