2004년에 시작. ㅎㅎ;; (정말 생각날때 조금씩 하고 있습니다)
이전까지는 floppy상의 filesystem에서 pe exe를 로드해 4G 프로세스로 실행하는 protected mode console os였는데, 요즘 (2008-12-07) 문득, 이를 windows os로 만들고 싶어졌습니다.


현재 구현 현황
-----------------------------------------------

bootloader
protected mode
process management
soft task switch
system call : task yield
scheduling : round-robin 
interrupt
system timer
crt driver
keyboard driver
semaphore
memory management : mm_alloc(), mm_free()
key interrupted i/o : getch(), gets()
mini-shell : help, cls, ps, dump
paging : 4G virtual memory mangement per each process
file system : fat12/16
application executable format : PE
svga driver
mouse driver
windows system


'프로젝트 > minios OS 개발' 카테고리의 다른 글

minios on ipad  (0) 2011.12.07
minios - real IU !!  (1) 2011.02.11
IBM VGA programming  (0) 2008.12.13
minios mouse control  (0) 2008.12.13
minios on svga  (0) 2008.12.10

+ Recent posts