Skip to content

allogic/slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slack

x64 toy kernel written in C.

Common Commands

readelf -s kernel.elf
hexdump -C -n 32 kernel.bin
x/32xb 0x0

Memory Map

Start      End        Size      Name
---------------------------------------
0x0        0x7C00     0x7C00    Bios
0x7C00     0x8000     0x200     Stage1
0x8000     0x18000    0x10000   Stage2
0x18000    0x100000   0xE8000   MMap
0x100000   0x?        0x?       Kernel

About

x64 toy kernel written in C.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors