mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-05 15:10:55 +11:00
ca60685067
Instead of letting each configuration taking care of RDLN$ and "CollapseOS" prompt, move this to BOOT to simplify xcomp units. Initialization source code is now only for driver initialization.
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
: BLK$
|
|
H@ 0x3c ( BLK(* ) RAM+ !
|
|
1024 ALLOT
|
|
( LOAD detects end of block with ASCII EOT. This is why
|
|
we write it there. )
|
|
EOT,
|
|
0 BLKDTY !
|
|
-1 BLK> !
|
|
;
|
|
|
|
|