1
0
Fork
You've already forked rust-kernel
0

Interrupt Descriptor Table #1

Open
opened 2023年12月17日 03:23:04 +01:00 by pitiK3U · 2 comments
  • Implement Interrupt stack frame
  • Implement Segment selector
  • Gate Types
    • Trap
    • Interrupt
    • Task
  • Implement interrupt handles
- [X] Implement Interrupt stack frame - [X] Implement Segment selector - [ ] Gate Types - Trap - Interrupt - Task - [ ] Implement interrupt handles
Author
Owner
Copy link

Discovered that it should be done after #3 and #2.

https://wiki.osdev.org/Creating_an_Operating_System

Discovered that it should be done after #3 and #2. https://wiki.osdev.org/Creating_an_Operating_System
Author
Owner
Copy link

The current implementation doesn't work. The OS triple faults.

qemu-system-i386 -kernel target/i686-unknown-none/release/rkernel -d cpu_reset -no-reboot

The current implementation doesn't work. The OS triple faults. `qemu-system-i386 -kernel target/i686-unknown-none/release/rkernel -d cpu_reset -no-reboot`
Sign in to join this conversation.
No Branch/Tag specified
main
global-descriptor-table
interrupt-desc-table
docker-setup
No results found.
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
pitiK3U/rust-kernel#1
Reference in a new issue
pitiK3U/rust-kernel
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?