- An Operating System -
Version 0.1
Contact: Kenneth P. Hough ([email protected])
URL: http://www.kenax.byethost9.com/aos.html
AOS is:
32-bit
Currently it only has a console
English only
FAT12 filesystem
Segmented Memory:
- Kernel Code: 0-based; 4GB
Kernel Data: 0-based; 4GB
User Code: 0-based; 4GB
User Data: 0-based; 4GB
My plan is to make AOS multitasking, with a custom GUI, trilingual (English, Spanish, Japanese), compatible if many filesystems (FAT12, FAT16, FAT32, NFS, NTFS, EXT 2, EXT3), DirectX implemented (for gamers i.e. my friend). Hopefully I can implement gcc and gclib. Eventually i would like my OS to be extremely secure, anti-script-kiddie OS .
Idea, Comments, Advice are welcome!