|
Simple Operating System
|

Files | |
| file | fs.h [code] |
| File system, adds file system interruption in int0x21() | |
| file | interrupts-asm.c [code] |
| Kernel's interruptions. | |
| file | interrupts.h [code] |
| Setting system interruptions, see interrupts.asm. | |
| file | kernel.c [code] |
| Simple 16 bit kernel for BIOS. | |
| file | loader-asm.c [code] |
| Programs loader ! | |