Skip to content
 
 

Latest commit

 

History

161 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShipOS

Import substitution of foreign products. ShipOS power

How to use

 make install
 make qemu

Implemented parts of the operating system

  1. Bootloader, long jump to x64
  2. Minimal keyboard handling through static interrupts table
  3. Virtual terminals and text output
  4. Memory management: Initial memory map
  5. Memory management: Paging
  6. Memory management: malloc-level memory manager
  7. Interruptions: basic hard, soft handling
  8. Interruptions: err, trap handling and context info collection
  9. Interruptions: basic keyboard & virtual terminal
  10. Threading: thread context save/restore procuderes
  11. Threading: thread context initialization and autoswitching

Roadmap

  1. Userspace: Process(mem + threads)
  2. Userspace: IOPL switching
  3. Userspace: syscall mechanics

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages