├── boot
│ ├── boot.asm
│ ├── kernel.asm
│ ├── kernel_utils.asm
│ ├── Kmain.c
│ ├── K_utils.c
│ ├── K_utils.h
│ ├── loader.asm
│ ├── loader_utils.asm
│ ├── OLDI_handlers.asm
│ ├── OLDkernel.asm
│ ├── protectedmode_utils.asm
│ ├── realmode_tests.asm
│ ├── realmode_utils.asm
│ ├── traps.asm
│ ├── traps.c
│ └── traps.h
|
├── ButchDrivers
│ ├── keyboard.c
│ └── keyboard.h
|
├── init_process
│ ├── lib.a
│ ├── link.lds
│ ├── main.c
│ ├── start.asm
│ └── uBuild.sh
├── jerrylinker.lds
|
├── nibbles
│ ├── lib.a
│ ├── link.lds
│ ├── main.c
│ ├── start.asm
│ └── uBuild.sh
|
├── SpikeLib
│ ├── debug.c
│ ├── debug.h
│ ├── lib.asm
│ ├── lib.c
│ ├── lib.h
│ ├── print.c
│ ├── print.h
│ ├── process.c
│ ├── process.h
│ ├── syscall.c
│ ├── syscall.h
│ ├── TomMemory.c
│ └── TomMemory.h
|
├── Tlibc
│ ├── lib.asm
│ ├── lib.h
│ ├── print.c
│ └── syscall.asm
|
├── topsy
│ ├── commands.c
│ ├── console.c
│ ├── console.h
│ ├── lib.a
│ ├── link.lds
│ ├── start.asm
│ └── uBuild.sh
-
Notifications
You must be signed in to change notification settings - Fork 0
Tom Os x64 is developed with its anime friends Spikelibc and ButchDrivers
License
blessingcharles/TOM_OS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Tom Os x64 is developed with its anime friends Spikelibc and ButchDrivers
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published