Hellow,
I wanna make a small Linux version to fit on a floppy. It may use one or more diskettes, and probably a small reserved part of the hard disk for large applications. It is going to have a shell like Fluxbox or something. Is that difficult? Which parts and which distebution of linux needs to be changed?
Linux
RE:Linux
You will not learn a thing other than how to type,i can write a program from scrach and 3 month later not understand it, start small and add and lean.
I give you start :
;********************************
; berry's Os :
;*******************************
[BITS 16]
[ORG 0x7C00]
main:
jmp $
times 510-($-$$) db 0
dw 0xAA55
;*****************************
ASHLEY4.
I give you start :
;********************************
; berry's Os :
;*******************************
[BITS 16]
[ORG 0x7C00]
main:
jmp $
times 510-($-$$) db 0
dw 0xAA55
;*****************************
ASHLEY4.